IFPCAttackDetection::UdpBombDetectionEnabled property

Applies to: desktop apps only

The UdpBombDetectionEnabled property gets or sets a Boolean value that indicates whether Forefront TMG will generate an event when a UDP bomb attack is detected.

A UDP bomb attack is one in which an attempt is made to send an illegal UDP packet.

This property is read/write.

Syntax

HRESULT put_UdpBombDetectionEnabled(
  VARIANT_BOOL fUdpBombDetectionEnabled
);

HRESULT get_UdpBombDetectionEnabled(
  VARIANT_BOOL *pfUdpBombDetectionEnabled
);
' Data type: Boolean

Property UdpBombDetectionEnabled( _
  ByVal fUdpBombDetectionEnabled As VARIANT_BOOL, _
  ByVal pfUdpBombDetectionEnabled As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether Forefront TMG will generate an event when a UDP bomb attack is detected.

Error codes

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

Remarks

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

UDP bomb attacks can be detected only if the IntrusionDetectionEnabled property is set to True (VARIANT_TRUE in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCAttackDetection

 

 

Build date: 7/12/2010