WindowsClientElement::AllowNtlm Property

 

Gets or sets a boolean value that specifies whether NTLM authentication is allowed.

Namespace:   System.ServiceModel.Configuration
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::Boolean

true 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
Return to top
Show: