Click or drag to resize

ServiceTCPMatchByProtocolSignature Property

A value of true enables matching by the selected protocol's signature - The signature identifies the protocol as genuine.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "match-by-protocol-signature")]
public Nullable<bool> MatchByProtocolSignature { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
The match by protocol signature value.
Remarks
Requires DetailLevel of Full
See Also