Click or drag to resize

InterfaceAntiSpoofing Property

Gets or sets a value indicating whether anti spoofing is enabled.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "anti-spoofing")]
public bool AntiSpoofing { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if anti spoofing enabled; otherwise, false.
See Also