System.Security.Cryptography.X509Certificates.X500DistinguishedName.Name Property

Gets the comma-delimited distinguished name from an X500 certificate.

Syntax

public string Name { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The distinguished name uses the following format:

[X500:/C=CountryCode/O=Organization/OU=OrganizationUnit/CN=CommonName]

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