ClaimTypes.X500DistinguishedName 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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.