IISOptions.ForwardWindowsAuthentication 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 true, le middleware d’authentification tente de s’authentifier à l’aide de l’authentification Windows du gestionnaire de plateforme Si un intergiciel d’authentification faux ne sera pas ajouté
public:
property bool ForwardWindowsAuthentication { bool get(); void set(bool value); };
public bool ForwardWindowsAuthentication { get; set; }
member this.ForwardWindowsAuthentication : bool with get, set
Public Property ForwardWindowsAuthentication As Boolean