次の方法で共有


UserLoginInfo.ProviderKey プロパティ

定義

ログイン プロバイダーによって提供されるユーザー ID ユーザーの一意識別子を取得または設定します。

public:
 property System::String ^ ProviderKey { System::String ^ get(); void set(System::String ^ value); };
public string ProviderKey { get; set; }
member this.ProviderKey : string with get, set
Public Property ProviderKey As String

プロパティ値

ログイン プロバイダーによって提供されるユーザー ID ユーザーの一意識別子。

注釈

これはプロバイダーごとに一意です。たとえば、Twitter プロバイダー キーとして使用できます @microsoft 。

適用対象