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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.