Click or drag to resize

SecurityZoneSpecificZone Class

Used when Security Zone specified manually
Inheritance Hierarchy
SystemObject
  Koopman.CheckPoint.SimpleGatewaySettingsSecurityZoneSpecificZone

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class SpecificZone : ISecurityZoneSettings
Request Example View Source

The SecurityZoneSpecificZone type exposes the following members.

Constructors
  NameDescription
Public methodSecurityZoneSpecificZone
Initializes a new instance of the SecurityZoneSpecificZone class
Top
Properties
  NameDescription
Public propertyName
Gets or sets the name of the Security Zone.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also