OAuthWebSecurity.TryDeserializeProviderUserId(String, String, String) Method

Definition

Indicates whether the user ID of the provider deserialized.

public static bool TryDeserializeProviderUserId (string data, out string providerName, out string providerUserId);
static member TryDeserializeProviderUserId : string * string * string -> bool
Public Shared Function TryDeserializeProviderUserId (data As String, ByRef providerName As String, ByRef providerUserId As String) As Boolean

Parameters

data
String

The data.

providerName
String

The provider name.

providerUserId
String

The provider user ID.

Returns

true if the user ID of the provider deserialized; otherwise, false.

Applies to