This topic has not yet been rated - Rate this topic

SPClaim.ClaimType property

Gets the claim type of the current claim.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public string ClaimType { get; }

Property value

Type: System.String
The String value of the type of claim.

The type of claim is typically a URI. For example, the e-mail address claim is represented as http://schemas.microsoft.com/ws/2008/06/identity/claims/email.

For a list of known claims types see ClaimTypes and ClaimTypes.

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.