System.Security.Cryptography.X509Certificates.X509Certificate2.IssuerName Property

Gets the distinguished name of the certificate issuer.

Syntax

public X500DistinguishedName IssuerName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property contains the name of the certificate authority (CA) that issued the certificate. To obtain the name of a certificate, use the X509Certificate2.GetNameInfo(X509NameType, bool) method.

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

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0