Share via


FpcSpoofDetectionMode enumeration

Applies to: desktop apps only

The FpcSpoofDetectionMode enumerated type contains values that specify the spoof detection mode.

Syntax

typedef enum  { 
  fpcSpoofDetectionDropAll         = 0,
  fpcSpoofDetectionStrict          = 1,
  fpcSpoofDetectionByRoutingTable  = 2,
  fpcSpoofDetectionDisabled        = 3
} FpcSpoofDetectionMode;

Constants

  • fpcSpoofDetectionDropAll
    Drop all suspected spoofed connections.

  • fpcSpoofDetectionStrict
    Strict mode of spoof detection.

  • fpcSpoofDetectionByRoutingTable
    Spoof detection by routing table.

  • fpcSpoofDetectionDisabled
    Spoof detection is disabled.

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

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010