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.
Issues a ticket to the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Function IssueTicket As String
'Usage
Dim instance As ISecureStore
Dim returnValue As String
returnValue = instance.IssueTicket()
string IssueTicket()
Return Value
Type: System.String
A string that contains the ticket.
Remarks
Another user can use this ticket to redeem the credentials of the original caller by calling the RedeemTicket(String, String) method.