MicrosoftChallengeProperties.LoginHint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value for the "login_hint" parameter value being used for a challenge request.
Can be used to pre-fill the username/email address field of the sign-in page for the user, if their username is known ahead of time.
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