SPClaimProviderContext members
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.
The SPClaimProviderContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsFullWindowsToken | Property that specifies if the given windows incoming token is fully provisioned (has security group SIDs, primary SID... that normal windows user logon tokens include) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top