ClaimTypes.X500DistinguishedName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,其中包含 X.509 证书的可分辨名称声明的 URI。
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
属性值
X.509 证书的可分辨名称声明的 URI。
注解
X.500 标准规定了用于定义 X.509 证书所使用的可分辨名称的方法。