AuthenticationManager.CaptureCredentials 속성

정의

true이면 서버는 호스트를 시작하고 Kerberos 또는 협상 인증 중에 해당 사용자를 가장하는 스레드에서 사용자 자격 증명을 캡처합니다. Kerberos 또는 협상 인증을 사용하도록 설정해야 합니다. 기본값은 false입니다. 이 옵션은 네이티브 HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL 플래그에 매핑합니다. https://learn.microsoft.com/windows/win32/api/http/ns-http-http_server_authentication_info

public bool CaptureCredentials { get; set; }
member this.CaptureCredentials : bool with get, set
Public Property CaptureCredentials As Boolean

속성 값

적용 대상