ISecureStoreProviderExtended Members
Include Protected Members
Include Inherited Members
Extends the ISecureStoreProvider interface by adding the target application information.
The ISecureStoreProviderExtended type exposes the following members.
Properties
Name | Description | |
---|---|---|
ProviderInformation | Provides information about the Secure Store provider. (Inherited from ISecureStoreProvider.) |
Top
Methods
Name | Description | |
---|---|---|
DeleteCredentials | Deletes the credentials of the caller for a target applicaiton. (Inherited from ISecureStoreProvider.) | |
GetCredentials | Returns the Secure Store credentials for the specified target application identifier. (Inherited from ISecureStoreProvider.) | |
GetCredentialsUsingTicket | Gets the credentials for the target application using the specified previously issued Secure Store ticket and target application ID. (Inherited from ISecureStoreProvider.) | |
GetRestrictedCredentials | Returns the Secure Store credentials for the specified target application identifier. (Inherited from ISecureStoreProvider.) | |
GetTargetApplication | Gets a single target application definition. | |
GetTargetApplicationFields | Gets the credential fields for the specified target application. | |
GetTargetApplications | Gets a list of target applications that the caller has access to. | |
IssueTicket | Returns a ticket that can be used later to retrieve credentials. (Inherited from ISecureStoreProvider.) |
Top