X509IssuerSerialKeyIdentifierClause.IssuerName 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 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").