次の方法で共有


LocalServiceSecuritySettingsElement.MaxStatefulNegotiations プロパティ

定義

同時にアクティブにできるセキュリティ ネゴシエーションの数を指定する値を取得または設定します。

public:
 property int MaxStatefulNegotiations { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxStatefulNegotiations", DefaultValue=128)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxStatefulNegotiations { get; set; }
[<System.Configuration.ConfigurationProperty("maxStatefulNegotiations", DefaultValue=128)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxStatefulNegotiations : int with get, set
Public Property MaxStatefulNegotiations As Integer

プロパティ値

同時にアクティブにできるセキュリティ ネゴシエーションの数。 既定値は 1024 です。

属性

注釈

制限を超えるネゴシエーション セッションはキューに置かれます。 これらは、制限内に空きができた場合にのみ完了できます。

適用対象