X509AuthorityKeyIdentifierExtension.NamedIssuer Property

Definition

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 no directoryName values.
  • The authorityCertIssuer value contains multiple directoryName values.
  • The directoryName value did not successfully decode as an X500DistinguishedName.

Applies to