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.
Returns a ticket that can be used later to retrieve credentials.
Namespace:  Microsoft.BusinessData.Infrastructure.SecureStore
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function IssueTicket As String
'Usage
Dim instance As ISecureStoreProvider
Dim returnValue As String
returnValue = instance.IssueTicket()
string IssueTicket()
Return Value
Type: System.String
A ticket string (base64 encoded).
Remarks
Ticketing is used in environments where the component that does the actual request for data does not have direct access to the credentials of the user who initiated the original request. Users can get a ticket in their user context and redeem the ticket to get the credentials from a different context.