UpnEndpointIdentity Constructor (Claim^)

 

Initializes a new instance of the UpnEndpointIdentity class from a claim.

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

public:
UpnEndpointIdentity(
	Claim^ identity
)

Parameters

identity
Type: System.IdentityModel.Claims::Claim^

The Claim.

Exception Condition
ArgumentNullException

identity is null.

ArgumentException

The claim type of identity is not Upn.

This method calls Initialize using identity as the input parameter.

.NET Framework
Available since 3.0
Return to top
Show: