FpcSpoofDetectionMode Enumeration

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

Syntax

typedef enum  {
  fpcSpoofDetectionDropAll
fpcSpoofDetectionDropAll

Drop all suspected spoofed connections.

		 = 0,
  fpcSpoofDetectionStrict
fpcSpoofDetectionStrict

Strict mode of spoof detection.

			= 1,
   fpcSpoofDetectionByRoutingTable
fpcSpoofDetectionByRoutingTable

Spoof detection by routing table.

   = 2,
  fpcSpoofDetectionDisabled
fpcSpoofDetectionDisabled

Spoof detection disabled.

		= 3
} FpcSpoofDetectionMode;

Constants

fpcSpoofDetectionDropAll

Drop all suspected spoofed connections.

fpcSpoofDetectionStrict

Strict mode of spoof detection.

fpcSpoofDetectionByRoutingTable

Spoof detection by routing table.

fpcSpoofDetectionDisabled

Spoof detection disabled.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.