Share via


AuthenticationManager.EnableKerberosCredentialCaching Property

Definition

If true, the Kerberos authentication credentials are persisted per connection and re-used for subsequent anonymous requests on the same connection. Kerberos or Negotiate authentication must be enabled. The default is false. This option maps to the native HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING flag. https://learn.microsoft.com/en-us/windows/win32/api/http/ns-http-http_server_authentication_info

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

Property Value

Applies to