Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.WinOutOfBandDetectionEnabled Property

Gets or sets whether ISA will detect Windows out-of-band attacks and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

VBScript Syntax[VBScript]

FPCIpPacketFilters.WinOutOfBandDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_WinOutOfBandDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_WinOutOfBandDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether detection of Windows out-of-band attacks is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters