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