AuthenticationManager.EnableKerberosCredentialCaching Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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