ISecureStoreServiceApplication Members
Include Protected Members
Include Inherited Members
Defines the signatures for methods that provide a Windows Communication Foundation (WCF) API so that the SecureStoreServiceProxy methods can be invoked from a local computer and executed on a remote computer.
The ISecureStoreServiceApplication type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChangeMasterSecretKey | Changes the master secret key for the Secure Store Service. | |
CreateApplication | Creates a target application. | |
DeleteAllUserCredentials | Deletes the credentials for the specified user for all of the target applications in the specified partition. | |
DeleteApplication | Deletes the specified target application from the specified partition. | |
DeleteCredentials | Deletes the credentials of the current caller for the specified individual target application in the specified partition. | |
DeleteUserCredentials | Deletes the specified user credentials for the specified target application in the specified partition. | |
GetApplication | Gets the target application definition for the specified application in the specified partition. | |
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 and partition. | |
GetApplicationGroupClaims | Gets the claims of the group members of the specified group target application in the specified partition. | |
GetApplications | Gets all the target application definitions in the specified partition. | |
GetApplicationTicketRedeemerClaims | Gets all of the ticket redeemer claims for the specified partition in the specified target application. | |
GetChangeMasterSecretKeyToken | Gets the token that is required to change the master secret key for the current application. | |
GetCredentials | Gets the credentials for the specified target application in the specified partition. | |
GetRestrictedCredentials | Gets the credentials for a restricted application using the specified partition ID and application ID. | |
GetUserApplication | Gets all of the application definitions for the specified target application and partition for the current caller. | |
GetUserApplicationFields | Gets all of the application fields information for the specified target application for the current caller. | |
GetUserApplications | Gets all the target application definitions in the specified partition for the current caller. | |
IsMasterSecretKeyPopulated | Returns a value that indicates whether the master secret key has been populated for the Secure Store Service application. | |
IssueTicket | Issues a ticket to the current caller. | |
RedeemTicket | Gets the credentials for the specified ticket and the specified target application. | |
SetChangeKeyPassphrase | Sets the passphrase hash on the application server. | |
SetCredentials | Sets the credentials for the current caller for the specified individual target application in the specified partition. | |
SetGroupCredentials | Sets the credentials for a group target application in the specified partition. | |
SetMasterSecretKey | Sets the master secret key of the application server. | |
SetUserCredentials | Sets the credentials for the specified user, target application, and partition. | |
UpdateApplication | Updates a target application definition. |
Top