ISecureStoreProvider Members

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
Public property ProviderInformation Provides information about the Secure Store provider.

Top

Methods

  Name Description
Public method DeleteCredentials Deletes the credentials of the caller for a target applicaiton.
Public method GetCredentials Returns the Secure Store credentials for the specified target application identifier.
Public method GetCredentialsUsingTicket Gets the credentials for the target application using the specified previously issued Secure Store ticket and target application ID.
Public method GetRestrictedCredentials Returns the Secure Store credentials for the specified target application identifier.
Public method IssueTicket Returns a ticket that can be used later to retrieve credentials.

Top

See Also

Reference

ISecureStoreProvider Interface

Microsoft.BusinessData.Infrastructure.SecureStore Namespace