X509IssuerSerialKeyIdentifierClause.IssuerName Property

Definition

Gets the distinguished name of the certificate authority that issued the X.509 certificate.

public:
 property System::String ^ IssuerName { System::String ^ get(); };
public string IssuerName { get; }
member this.IssuerName : string
Public ReadOnly Property IssuerName As String

Property Value

The distinguished name of the certificate authority that issued the X.509 certificate.

Remarks

The IssuerName property contains the name of the certificate authority (CA) that issued the certificate.

The distinguished name for the certificate is a textual representation of the certificate subject or issuer. This representation consists of X.500 name attributes (for example, "CN=MyName, OU=MyOrgUnit, C=US").

Applies to