Partager via


WindowsClientElement.AllowNtlm Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si l'authentification NTLM est autorisée.

public:
 property bool AllowNtlm { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowNtlm", DefaultValue=true)]
public bool AllowNtlm { get; set; }
[<System.Configuration.ConfigurationProperty("allowNtlm", DefaultValue=true)>]
member this.AllowNtlm : bool with get, set
Public Property AllowNtlm As Boolean

Valeur de propriété

Boolean

true si la sécurité Windows est activée dans le scénario de groupe de travail ; sinon, false. La valeur par défaut est false.

Attributs

Remarques

Lorsque cette propriété a la valeur true, la sécurité Windows est activée au niveau du groupe de travail. Sinon, la sécurité Windows est prise en charge uniquement au niveau du domaine.

S’applique à