WindowsClientElement::AllowNtlm Property
.NET Framework (current version)
Gets or sets a boolean value that specifies whether NTLM authentication is allowed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("allowNtlm", DefaultValue = true)] property bool AllowNtlm { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if Windows security is enabled in the workgroup scenario; otherwise, false. The default is false.
When this property is set to true, Windows security is enabled at the workgroup level. Otherwise, Windows security is only supported at the domain level.
.NET Framework
Available since 3.0
Available since 3.0
Show: