Share via


SecureStoreServiceApplication.GetApplicationTicketRedeemerClaims Method

Gets all of the ticket redeemer claims for the specified partition in the specified target application.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Function GetApplicationTicketRedeemerClaims ( _
    rawPartitionId As Guid, _
    applicationId As String _
) As IList(Of SecureStoreServiceClaim)
'Usage
Dim instance As SecureStoreServiceApplication
Dim rawPartitionId As Guid
Dim applicationId As String
Dim returnValue As IList(Of SecureStoreServiceClaim)

returnValue = instance.GetApplicationTicketRedeemerClaims(rawPartitionId, _
    applicationId)
public IList<SecureStoreServiceClaim> GetApplicationTicketRedeemerClaims(
    Guid rawPartitionId,
    string applicationId
)

Parameters

  • rawPartitionId
    Type: System.Guid

    A GUID that represents the partition ID.

Return Value

Type: System.Collections.Generic.IList<SecureStoreServiceClaim>
A list of the ticket redeemer claims for the specified target application in the specified partition.

Implements

ISecureStoreServiceApplication.GetApplicationTicketRedeemerClaims(Guid, String)

Remarks

This method retrieves all of 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.

See Also

Reference

SecureStoreServiceApplication Class

SecureStoreServiceApplication Members

Microsoft.Office.SecureStoreService.Server Namespace