Microsoft Internet Security and Acceleration Server 2004 SDK

PortScanDetectionEnabled Property of IFPCAttackDetection[C++]

FPCAttackDetection.PortScanDetectionEnabled [Visual Basic]

[C++]

The PortScanDetectionEnabled property gets or sets a Boolean value that indicates whether port scan attacks are detected and generate an alert.

A port scan attack is one in which an attempt is made to scan ports on a computer to detect services running on those ports.

HRESULT get_PortScanDetectionEnabled(
  VARIANT_BOOL* pfPortScanDetectionEnabled
);

HRESULT put_PortScanDetectionEnabled(
  VARIANT_BOOL fPortScanDetectionEnabled
);

Parameters

pfPortScanDetectionEnabled
Pointer to a Boolean value that is set on return to VARIANT_TRUE if the detection of port scan attacks is enabled, or to VARIANT_FALSE if the detection of port scan attacks is disabled.
fPortScanDetectionEnabled
Boolean value that indicates whether the detection of port scan attacks is enabled.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The PortScanDetectionEnabled property gets or sets a Boolean value that indicates whether port scan attacks are detected and generate an alert.

A port scan attack is one in which an attempt is made to scan ports on a computer to detect services running on those ports.

Property PortScanDetectionEnabled As Boolean

Property Value

Boolean value that indicates whether the detection of port scan attacks is enabled.

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAttackDetection