Share via


MicrosoftChallengeProperties.DomainHint Property

Definition

Gets or sets the value for the "domain_hint" parameter value being used for a challenge request.

If included, authentication will skip the email-based discovery process that user goes through on the sign-in page, leading to a slightly more streamlined user experience.

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

Property Value

Applies to