SPAppRequestContext members
Represents the app request context.
The SPAppRequestContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
AppIdentifier | Gets the encoded claim value of the app identifier. | |
Current | Gets the current app request context. | |
IsAppOnlyRequest | Gets whether this is an app request without the user’s identity. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAppPrincipal | Gets the app principal associated with the app request context. | |
GetHashCode | (Inherited from Object.) | |
GetTenantPermissionInfo | Gets the app's tenant-scoped permission for a particular permission provider. | |
GetType | (Inherited from Object.) | |
HasFullControl | Indicates whether the app has full control on the tenant. | |
InitCurrent | Initializes the app request context with specified app principal identifier. | |
IsAppEnabled | Indicates whether the app is enabled. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top