Partager via


AuthenticationManager.EnableKerberosCredentialCaching Propriété

Définition

Si la valeur est true, les informations d’identification d’authentification Kerberos sont conservées par connexion et réutilisées pour les demandes anonymes suivantes sur la même connexion. L’authentification Kerberos ou Negotiate doit être activée. La valeur par défaut est false. Cette option est mappée à l’indicateur de HTTP_AUTH_EX_FLAG_ENABLE_KERBEROS_CREDENTIAL_CACHING natif. 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

Valeur de propriété

S’applique à