다음을 통해 공유


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

속성 값

Int32

동시에 활성화될 수 있는 보안 협상의 수입니다. 기본값은 1024입니다.

특성

설명

이 한도를 초과하는 협상 세션은 큐에 대기합니다. 큐에 대기된 세션은 활성 보안 협상의 수가 한도 아래로 내려가야만 완료할 수 있습니다.

적용 대상