SPIdentityContext members
Represents the context of an identity that is used to evaluate authorization policies.
The SPIdentityContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Gets an [SPIdentityContext] instance that represents the user and application identity associated with the current thread. | |
SystemTenant |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates an identity context from an [SPUserToken] object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Impersonate | Impersonates the [SPIdentityContext] application and user identity on the current thread. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets a [System.String] that represents the identity context object. (Overrides Object.ToString().) |
Top