AuthenticationManager.EnableKerberosCredentialCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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/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