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