ISecureStore.IssueTicket Method

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.

See Also

Reference

ISecureStore Interface

ISecureStore Members

Microsoft.Office.SecureStoreService.Server Namespace