共用方式為


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

屬性

備註

如果已啟用,NTLM 驗證會在各 TCP 連線上執行一次。

適用於