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 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 | |
---|---|---|
![]() |
SecureStoreProvider | Initializes a new instance of the SecureStoreProvider class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Context | Gets or sets the current context of the Secure Store Service. |
![]() |
ProviderInformation | Gets the information provided by the current Secure Store provider. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
DeleteCredentials | Deletes the credentials for the target application with the specified target application ID. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCredentialManagementUrl | Gets the URI for managing credentials for the target application using the specified target application ID. |
![]() |
GetCredentials | Gets the credentials for the target application using the specified target application ID. |
![]() |
GetCredentialsUsingTicket | Gets the credentials for the target application using the specified previously issued Secure Store ticket and target application ID. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetRestrictedCredentials | Gets the credentials for a restricted target application using the specified target application ID. |
![]() |
GetTargetApplication | Gets the definition of the target application. |
![]() |
GetTargetApplicationFields | Gets the fields for the target application using the specified target application ID. |
![]() |
GetTargetApplications | Gets the definitions of all the target applications that the caller has access to. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IssueTicket | Gets a ticket that can be used later to retrieve credentials. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top