SecureStoreServiceApplicationProxy.IssueTicket Method
NOTE: This API is now obsolete.
Issues a ticket to the current caller.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")> _
Public Function IssueTicket As String
'Usage
Dim instance As SecureStoreServiceApplicationProxy
Dim returnValue As String
returnValue = instance.IssueTicket()
[ObsoleteAttribute("Use the ISecureStore interface to call into the SSS OM")]
public string IssueTicket()
Return Value
Type: System.String
The ticket that is a base64-encoded string.
Remarks
Another user can use this ticket to redeem the credentials of the original caller by calling the RedeemTicket(String, String) method.
Since this method is obsolete, you should invoke it through the ISecureStore interface instead.
See Also
Reference
SecureStoreServiceApplicationProxy Class