LocalSecureStoreProvider.IssueTicket Method
Not supported by this class.
Namespace: Microsoft.Office.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Function IssueTicket As String
'Usage
Dim instance As LocalSecureStoreProvider
Dim returnValue As String
returnValue = instance.IssueTicket()
public string IssueTicket()
Return Value
Type: System.String
Implements
ISecureStoreProvider.IssueTicket()
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The method is not supported. |
Remarks
The LocalSecureStoreProvider object implements the ISecureStoreProvider interface but it does not support the ticketing functionality. LocalSecureStoreProvider cannot issue or redeem a ticket. Therefore, the IssueTicket and GetCredentialsUsingTicket methods will throw a NotSupportedException exception.
See Also
Reference
LocalSecureStoreProvider Class
LocalSecureStoreProvider Members
Microsoft.Office.BusinessData.Infrastructure.SecureStore Namespace