ProviderCredentials(String) Constructor

Definition

Initializes a new instance with the name of the ILoginProvider associated with this instance.

protected ProviderCredentials (string providerName);
new Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials : string -> Microsoft.WindowsAzure.Mobile.Service.Security.ProviderCredentials
Protected Sub New (providerName As String)

Parameters

providerName
String

The name of the ILoginProvider.

Applies to