ClaimTypes.X500DistinguishedName 属性

定义

获取一个字符串,其中包含 X.509 证书的可分辨名称声明的 URI。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; }
member this.X500DistinguishedName : string
Public Shared ReadOnly Property X500DistinguishedName As String

属性值

String

X.509 证书的可分辨名称声明的 URI。The URI for a distinguished name claim of an X.509 certificate.

注解

X.500 标准规定了用于定义 X.509 证书所使用的可分辨名称的方法。The X.500 standard defines the methodology for defining distinguished names that is used by X.509 certificates.

适用于

另请参阅