HttpTransportElement.UnsafeConnectionNtlmAuthentication Property

Definition

Gets or sets a value that indicates whether unsafe connection sharing is enabled on the server.

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

Property Value

true if unsafe connection sharing is enabled; otherwise, false. The default is false.

Attributes

Remarks

If enabled, NTLM authentication is performed once on each TCP connection.

Applies to