Share via


AuthenticationManager.CaptureCredentials Property

Definition

If true, the server captures user credentials from the thread that starts the host and impersonates that user during Kerberos or Negotiate authentication. Kerberos or Negotiate authentication must be enabled. The default is false. This option maps to the native HTTP_AUTH_EX_FLAG_CAPTURE_CREDENTIAL flag. 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

Property Value

Applies to