LocalSecureStoreProvider.GetCredentialsUsingTicket 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 GetCredentialsUsingTicket ( _
    Ticket As String, _
    AppID As String _
) As SecureStoreCredentialCollection
'Usage
Dim instance As LocalSecureStoreProvider
Dim Ticket As String
Dim AppID As String
Dim returnValue As SecureStoreCredentialCollection

returnValue = instance.GetCredentialsUsingTicket(Ticket, _
    AppID)
public SecureStoreCredentialCollection GetCredentialsUsingTicket(
    string Ticket,
    string AppID
)

Parameters

Return value

Type: Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialCollection

Implements

ISecureStoreProvider.GetCredentialsUsingTicket(String, String)

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