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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- providerName
-
Type:
System::String^
The ILoginProvider name.
- providerUserId
-
Type:
System::String^
The provider specific user id.
Show: