次の方法で共有


ProviderCredentials(String) コンストラクター

定義

このインスタンスに関連付けられているプロバイダーの名前を使用して、新しいインスタンスを初期化します。

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

パラメーター

providerName
String

プロバイダーの名前。

適用対象