SPClaimProviderContext class

Class that provides some information about the context where Claim Providers will run. A Claim Provider can use this object for getting extra information if it implements the overload of FillClaimsForEntity with this type of parameter.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Claims.SPClaimProviderContext

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClaimProviderContext
'Usage
Dim instance As SPClaimProviderContext
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPClaimProviderContext

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.

See also

Reference

SPClaimProviderContext members

Microsoft.SharePoint.Administration.Claims namespace