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
authorityCertIssuervalue. - The
authorityCertIssuervalue contains nodirectoryNamevalues. - The
authorityCertIssuervalue contains multipledirectoryNamevalues. - The
directoryNamevalue did not successfully decode as an X500DistinguishedName.