Condividi tramite


ISecureStore Members

Include Protected Members
Include Inherited Members

Provides an interface to manage target applications and credentials stored in the Secure Store.

The ISecureStore type exposes the following members.

Methods

  Name Description
Public method CreateApplication Creates a target application.
Public method DeleteAllUserCredentials Deletes the credentials for the specified user for all of the target applications.
Public method DeleteApplication Deletes the specified target application.
Public method DeleteCredentials Deletes the current caller credentials for the specified individual target application.
Public method DeleteUserCredentials Deletes the specified user credentials for the specified target application.
Public method GetApplication Gets the target application definition for the specified application identifier.
Public method GetApplicationAdministratorClaims Gets the claims of the administrators for the specified target application.
Public method GetApplicationClaims Gets the collection of claims of the administrators, group members, and ticket redeemers for the specified target application.
Public method GetApplicationFields Gets all of the application fields for the specified target application.
Public method GetApplicationGroupClaims Gets the claims of the group members of the specified group target application.
Public method GetApplications Gets all the target application definitions in the current partition.
Public method GetApplicationTicketRedeemerClaims Gets all of the ticket redeemer claims for the target application.
Public method GetCredentials Gets the credentials for the target application.
Public method GetRestrictedCredentials Gets the credentials for a restricted target application.
Public method GetUserApplication Gets all of the application definitions for the specified target application for the current caller.
Public method GetUserApplicationFields Gets all of the application fields information for the specified target application for the current caller.
Public method GetUserApplications Gets all of the target application definitions for the current caller.
Public method IssueTicket Issues a ticket to the current caller.
Public method RedeemTicket Gets the credentials for the specified ticket and the specified target application.
Public method SetCredentials Sets the credentials for the current caller for the specified individual target application.
Public method SetGroupCredentials Sets the credentials for a group target application.
Public method SetUserCredentials Sets the credentials for a user for the specified individual target application.
Public method UpdateApplication Updates a target application definition.

Top

See Also

Reference

ISecureStore Interface

Microsoft.Office.SecureStoreService.Server Namespace