AuthenticationManager.CaptureCredentials 属性

定义

如果为 true,服务器将从启动主机的线程中捕获用户凭据,并在 Kerberos 或 Negotiate 身份验证期间模拟该用户。 必须启用 Kerberos 或 Negotiate 身份验证。 默认值为 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

属性值

适用于