IISOptions.AutomaticAuthentication Propriété

Définition

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

Valeur de propriété

S’applique à