IISOptions.AutomaticAuthentication 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, le middleware doit définir HttpContext.User. Si la valeur est false, l’intergiciel (middleware) ne fournit une identité qu’en cas de demande explicite par authenticationScheme. Remarque L’authentification Windows doit également être activée dans IIS pour que cela fonctionne.
public:
property bool AutomaticAuthentication { bool get(); void set(bool value); };
public bool AutomaticAuthentication { get; set; }
member this.AutomaticAuthentication : bool with get, set
Public Property AutomaticAuthentication As Boolean