SPAppPrincipalManager members
Represents the top level object used to manage app principals.
The SPAppPrincipalManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAppPrincipalCredential | Adds a new credential for an existing app principal. | |
CreateAppPrincipal(SPExternalAppPrincipalCreationParameters) | Creates an external app principal. | |
CreateAppPrincipal(SPInternalAppPrincipalCreationParameters) | Creates an internal app principal. | |
DeleteAppPrincipal | Deletes an app principal. | |
DeleteAppPrincipalCredential | Deletes an existing credential for an app principal. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAppPrincipalConfiguration | Gets the configuration associated with the specified app principal. | |
GetAppPrincipalCredentials | Gets a reference to each credential associated with an app principal. | |
GetHashCode | (Inherited from Object.) | |
GetManager | Creates a new instance of the SPAppPrincipalManager class. | |
GetType | (Inherited from Object.) | |
LookupAppPrincipal | Looks up an app principal. | |
MemberwiseClone | (Inherited from Object.) | |
SetAppPrincipalConfiguration | Sets the configuration associated with the specified app principal. | |
ToString | (Inherited from Object.) |
Top