Click or drag to resize

VPNMaximumConcurrentIKENegotiations Property

Gets or sets the maximum concurrent ike negotiations.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "maximum-concurrent-ike-negotiations")]
public int MaximumConcurrentIKENegotiations { get; set; }
Request Example View Source

Property Value

Type: Int32
The maximum concurrent ike negotiations.
See Also