ProviderCredentials(String) Constructor

Definition

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

protected ProviderCredentials (string providerName);
new Microsoft.Azure.Mobile.Server.Authentication.ProviderCredentials : string -> Microsoft.Azure.Mobile.Server.Authentication.ProviderCredentials
Protected Sub New (providerName As String)

Parameters

providerName
String

The name of the provider.

Applies to