次の方法で共有


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

定義

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

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

パラメーター

providerName
String

ILoginProvider の名前。

適用対象