System.Security.Cryptography.X509Certificates.X509Certificate2.SubjectName Property

Gets the subject distinguished name from a certificate.

Syntax

public X500DistinguishedName SubjectName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The subject distinguished name is the name of the user of the certificate. The distinguished name for the certificate is a textual representation of the subject or issuer of the certificate. 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