Share via


ISecureStore.RedeemTicket Method

Gets the credentials for the specified ticket and the specified target application.

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

Syntax

'Declaration
Function RedeemTicket ( _
    applicationId As String, _
    base64EncodedTicket As String _
) As SecureStoreCredentialCollection
'Usage
Dim instance As ISecureStore
Dim applicationId As String
Dim base64EncodedTicket As String
Dim returnValue As SecureStoreCredentialCollection

returnValue = instance.RedeemTicket(applicationId, _
    base64EncodedTicket)
SecureStoreCredentialCollection RedeemTicket(
    string applicationId,
    string base64EncodedTicket
)

Parameters

  • base64EncodedTicket
    Type: System.String

    A string that contains the ticket.

Return Value

Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollection
The credentials of the target application.

Remarks

The caller must be a ticket redeemer for the specified target application.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace