X509AuthorityKeyIdentifierExtension.NamedIssuer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IssuerName value from this certificate's issuing Certificate Authority (CA), when available.
public:
property System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ NamedIssuer { System::Security::Cryptography::X509Certificates::X500DistinguishedName ^ get(); };
public System.Security.Cryptography.X509Certificates.X500DistinguishedName? NamedIssuer { get; }
member this.NamedIssuer : System.Security.Cryptography.X509Certificates.X500DistinguishedName
Public ReadOnly Property NamedIssuer As X500DistinguishedName
Property Value
The IssuerName value from this certificate's issuing Certificate Authority (CA).
Remarks
This property is null
if any of the following are true:
- The encoded extension does not include an
authorityCertIssuer
value. - The
authorityCertIssuer
value contains nodirectoryName
values. - The
authorityCertIssuer
value contains multipledirectoryName
values. - The
directoryName
value did not successfully decode as an X500DistinguishedName.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.