MicrosoftChallengeProperties.LoginHint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於挑戰要求之 「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