AuthenticationManager.CaptureCredentials 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果为 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