Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft