OAuthWebSecurity.SerializeProviderUserId(String, String) Method

Definition

Serializes a user ID of the provider.

public static string SerializeProviderUserId (string providerName, string providerUserId);
static member SerializeProviderUserId : string * string -> string
Public Shared Function SerializeProviderUserId (providerName As String, providerUserId As String) As String

Parameters

providerName
String

The name of the provider.

providerUserId
String

The user ID of the provider.

Returns

The serialized user ID of the provider.

Applies to