MicrosoftChallengeProperties.DomainHint 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 "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