ISecureStore.GetApplicationTicketRedeemerClaims Method
Gets all of the ticket redeemer claims for the target application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Function GetApplicationTicketRedeemerClaims ( _
applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)
returnValue = instance.GetApplicationTicketRedeemerClaims(applicationId)
IList<SecureStoreServiceClaim> GetApplicationTicketRedeemerClaims(
string applicationId
)
Parameters
applicationId
Type: System.StringThe target application ID.
Return Value
Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
A list of the ticket redeemer claims of the specified target application.
Remarks
This method retrieves the target application ticket redeemer claims. The ticket redeemer claims determine who can call RedeemTicket(Guid, String, String) to redeem a ticket for a specified target application.