EndpointIdentity::IdentityClaim Property

 

Gets the identity claim that corresponds to the identity.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Claim^ IdentityClaim {
	Claim^ get();
}

Property Value

Type: System.IdentityModel.Claims::Claim^

The Claim that represents the identity claim.

Clients that authenticate the server should verify that the claims that represent the server contain the identity claim provided by the EndpointIdentity.

.NET Framework
Available since 3.0
Return to top
Show: