Claim::ClaimType Property

 

Gets the type of the claim.

Namespace:   System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property String^ ClaimType {
	String^ get();
}

Property Value

Type: System::String^

A URI that represents the type of the claim.

The ClaimType property can be one of the pre-defined claim types that are represented by the static properties of the ClaimTypes class.

Claim types specify the type of claim that is being asserted, such as an email address.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: