SPClaim Class
Encapsulates the data for a specified claim.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.Claims.SPClaim
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClaim
'Usage
Dim instance As SPClaim
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPClaim
Remarks
The claim object defines the data and behavior of a single claim for a user.
This class is a SharePoint class comparable to the Claim class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.