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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET