WinOutOfBandDetectionEnabled Property of the IFPCAttackDetection Interface

The WinOutOfBandDetectionEnabled property gets or sets a Boolean value that indicates whether Forefront TMG will generate an event when a Windows out-of-band (WinNuke) attack is detected.

C++

HRESULT put_WinOutOfBandDetectionEnabled(
    VARIANT_BOOL fWinOutOfBandDetectionEnabled
);
HRESULT get_WinOutOfBandDetectionEnabled(
    VARIANT_BOOL* pfWinOutOfBandDetectionEnabled
);

Parameters

  • fWinOutOfBandDetectionEnabled
    Boolean value that indicates whether Forefront TMG will generate an event when a Windows out-of-band (WinNuke) attack is detected.

  • pfWinOutOfBandDetectionEnabled
    Pointer to a Boolean value that is set on return to VARIANT_TRUE if Forefront TMG will generate an event when a Windows out-of-band (WinNuke) attack is detected, or to VARIANT_FALSE if Forefront TMG will not generate an event when a Windows out-of-band (WinNuke) attack is detected.

Return Value

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

Visual Basic

Property WinOutOfBandDetectionEnabled As Boolean

Property Value

Boolean value that indicates whether Forefront TMG will generate an event when a Windows out-of-band (WinNuke) attack is detected.

Remarks

This property is read/write. Its value is set to True (VARIANT_TRUE in C++) during Forefront TMG setup.

Windows out-of-band (WinNuke) attacks can be detected only if the IntrusionDetectionEnabled property is set to True (VARIANT_TRUE in C++).

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCAttackDetection

Send comments about this topic to Microsoft

Build date: 6/30/2010