MicrosoftChallengeProperties.DomainHint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於挑戰要求之 「domain_hint」 參數值的值。
如果包含,驗證會略過使用者在登入頁面上經歷的電子郵件式探索程式,進而略過稍微簡化的使用者體驗。
public:
property System::String ^ DomainHint { System::String ^ get(); void set(System::String ^ value); };
public string DomainHint { get; set; }
public string? DomainHint { get; set; }
member this.DomainHint : string with get, set
Public Property DomainHint As String