LocalServiceSecuritySettingsElement.MaxStatefulNegotiations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the number of security negotiations that can be active concurrently.
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
Property Value
The number of security negotiations that can be active concurrently. The default value is 1024.
- Attributes
Remarks
Negotiation sessions in excess of the limit are queued. They can only be completed when a space below the limit becomes available.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.