MicrosoftChallengeProperties.LoginHint Property

Definition

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

Property Value

Applies to