HttpTransportElement.UnsafeConnectionNtlmAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出伺服器上是否啟用不安全的連線共用。
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 連線上執行一次。