ClaimTypes.X500DistinguishedName Property

Definition

Gets the string that contains the URI for a distinguished name claim of an X.509 certificate.

public:
 static property System::String ^ X500DistinguishedName { System::String ^ get(); };
public static string X500DistinguishedName { get; }
static member X500DistinguishedName : string
Public Shared ReadOnly Property X500DistinguishedName As String

Property Value

The URI for a distinguished name claim of an X.509 certificate.

Remarks

The X.500 standard defines the methodology for defining distinguished names that is used by X.509 certificates.

Applies to

See also