IServiceTokenHandler::CreateUserId Method (String^, String^)

 

Creates a user id value contained within a ProviderCredentials. The user id is of the form ProviderName:ProviderId where the ProviderName is the unique identifier for the ILoginProvider and the ProviderId is the provider specific id for a given user.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

String^ CreateUserId(
	String^ providerName,
	String^ providerUserId
)

Parameters

providerName
Type: System::String^

The ILoginProvider name.

providerUserId
Type: System::String^

The provider specific user id.

Return Value

Type: System::String^

A formatted String representing the resulting value.

Return to top
Show: