ClaimTypes.Dns 属性

定义

获取声明的 URI,该 URI 指定与计算机名称关联的 DNS 名称或者与 X.509 证书的使用者或颁发者的备用名称关联的 DNS 名称。

public:
 static property System::String ^ Dns { System::String ^ get(); };
public static string Dns { get; }
static member Dns : string
Public Shared ReadOnly Property Dns As String

属性值

声明的 URI,该 URI 指定与计算机名称关联的 DNS 名称或者与 X.509 证书的使用者或颁发者的备用名称关联的 DNS 名称。

注解

此属性返回的字符串为 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns

适用于

另请参阅