次の方法で共有


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 接続ごとに 1 回実行されます。

適用対象