Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.PortScanDetectionAllPortsThreshold Property

Gets or sets, if detection of port scan attacks is enabled, the total number of ports that can be scanned before ISA generates an alert. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

VBScript Syntax[VBScript]

FPCIpPacketFilters.PortScanDetectionAllPortsThreshold [ = lPortTreshold ]

C++ Syntax[C++]

HRESULT get_PortScanDetectionAllPortsThreshold( 
  long *plPortTreshold
);
 
HRESULT put_PortScanDetectionAllPortsThreshold( 
  long lPortTreshold
);

Parameters

lPortTreshold
Long value that specifies the number of ports.

The property is read-write.

Applies To

FPCIpPacketFilters