次の方法で共有


MicrosoftChallengeProperties.LoginHint プロパティ

定義

チャレンジ要求に使用される "login_hint" パラメーター値の値を取得または設定します。

ユーザー名が事前にわかっている場合は、ユーザーのサインイン ページのユーザー名/メール アドレス フィールドを事前入力するために使用できます。

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

プロパティ値

適用対象