SecureStoreProvider Members

Include Protected Members
Include Inherited Members

Represents an implementation of a Secure Store provider. This class provides runtime functionality for the callers to get credentials and metadata of target applications.

The SecureStoreProvider type exposes the following members.

Constructors

  Name Description
Public method SecureStoreProvider Initializes a new instance of the SecureStoreProvider class.

Top

Properties

  Name Description
Public property Context Gets or sets the current context of the Secure Store Service.
Public property ProviderInformation Gets the information provided by the current Secure Store provider.

Top

Methods

  Name Description
Public method DeleteCredentials Deletes the credentials for the target application with the specified target application ID.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCredentialManagementUrl Gets the URI for managing credentials for the target application using the specified target application ID.
Public method GetCredentials Gets the credentials for the target application using the specified target application ID.
Public method GetCredentialsUsingTicket Gets the credentials for the target application using the specified previously issued Secure Store ticket and target application ID.
Public method GetHashCode (Inherited from Object.)
Public method GetRestrictedCredentials Gets the credentials for a restricted target application using the specified target application ID.
Public method GetTargetApplication Gets the definition of the target application.
Public method GetTargetApplicationFields Gets the fields for the target application using the specified target application ID.
Public method GetTargetApplications Gets the definitions of all the target applications that the caller has access to.
Public method GetType (Inherited from Object.)
Public method IssueTicket Gets a ticket that can be used later to retrieve credentials.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SecureStoreProvider Class

Microsoft.Office.SecureStoreService.Server Namespace