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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.