EndpointIdentity.IdentityClaim 属性
定义
获取对应于此标识的标识声明。Gets the identity claim that corresponds to the identity.
public:
property System::IdentityModel::Claims::Claim ^ IdentityClaim { System::IdentityModel::Claims::Claim ^ get(); };
public System.IdentityModel.Claims.Claim IdentityClaim { get; }
member this.IdentityClaim : System.IdentityModel.Claims.Claim
Public ReadOnly Property IdentityClaim As Claim
属性值
表示标识声明的 Claim。The Claim that represents the identity claim.
注解
对服务器进行身份验证的客户端应验证标识服务器的声明是否包含由 EndpointIdentity 提供的标识声明。Clients that authenticate the server should verify that the claims that represent the server contain the identity claim provided by the EndpointIdentity.