ISecureStore Members
Include Protected Members
Include Inherited Members
Provides an interface to manage target applications and credentials stored in the Secure Store.
The ISecureStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateApplication | Creates a target application. | |
DeleteAllUserCredentials | Deletes the credentials for the specified user for all of the target applications. | |
DeleteApplication | Deletes the specified target application. | |
DeleteCredentials | Deletes the current caller credentials for the specified individual target application. | |
DeleteUserCredentials | Deletes the specified user credentials for the specified target application. | |
GetApplication | Gets the target application definition for the specified application identifier. | |
GetApplicationAdministratorClaims | Gets the claims of the administrators for the specified target application. | |
GetApplicationClaims | Gets the collection of claims of the administrators, group members, and ticket redeemers for the specified target application. | |
GetApplicationFields | Gets all of the application fields for the specified target application. | |
GetApplicationGroupClaims | Gets the claims of the group members of the specified group target application. | |
GetApplications | Gets all the target application definitions in the current partition. | |
GetApplicationTicketRedeemerClaims | Gets all of the ticket redeemer claims for the target application. | |
GetCredentials | Gets the credentials for the target application. | |
GetRestrictedCredentials | Gets the credentials for a restricted target application. | |
GetUserApplication | Gets all of the application definitions for the specified target application for the current caller. | |
GetUserApplicationFields | Gets all of the application fields information for the specified target application for the current caller. | |
GetUserApplications | Gets all of the target application definitions for the current caller. | |
IssueTicket | Issues a ticket to the current caller. | |
RedeemTicket | Gets the credentials for the specified ticket and the specified target application. | |
SetCredentials | Sets the credentials for the current caller for the specified individual target application. | |
SetGroupCredentials | Sets the credentials for a group target application. | |
SetUserCredentials | Sets the credentials for a user for the specified individual target application. | |
UpdateApplication | Updates a target application definition. |
Top