WindowsClientElement.AllowNtlm Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld die aangeeft of NTLM-verificatie is toegestaan.

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

Waarde van eigenschap

true als Windows beveiliging is ingeschakeld in het werkgroepscenario; anders false. De standaardwaarde is false.

Kenmerken

Opmerkingen

Wanneer deze eigenschap is ingesteld op true, wordt Windows beveiliging ingeschakeld op werkgroepniveau. Anders wordt Windows beveiliging alleen ondersteund op domeinniveau.

Van toepassing op