HttpTransportElement.UnsafeConnectionNtlmAuthentication 属性

定义

获取或设置一个值,该值指示是否在服务器上启用不安全的连接共享。

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

属性值

如果启用不安全的连接共享,则为 true;否则为 false。 默认值为 false

属性

注解

如果启用,将对每个 TCP 连接执行一次 NTLM 身份验证。

适用于