Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a Secure Store provider that can be implemented to replace the default Secure Store provider.
The ISecureStoreProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ProviderInformation | Provides information about the Secure Store provider. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeleteCredentials | Deletes the credentials of the caller for a target applicaiton. |
![]() |
GetCredentials | Returns the Secure Store credentials for the specified target application identifier. |
![]() |
GetCredentialsUsingTicket | Gets the credentials for the target application using the specified previously issued Secure Store ticket and target application ID. |
![]() |
GetRestrictedCredentials | Returns the Secure Store credentials for the specified target application identifier. |
![]() |
IssueTicket | Returns a ticket that can be used later to retrieve credentials. |
Top