FpcProtectionMechanisms Enumeration

The FpcProtectionMechanisms enumerated type contains values that describe Forefront Threat Management Gateway (TMG) protection mechanisms applicable for configuration.

Syntax

typedef enum  {
  	fpcNoProtectionMechanism
fpcNoProtectionMechanism

No protection mechanisms.

	 = 0x00,
  	fpcNetworkInspectionSystem
fpcNetworkInspectionSystem

Network Inspection System (NIS).

   = 0x01,
  	fpcMalwareInspection
fpcMalwareInspection

Malware inspection.

		 = 0x02,
  	fpcEmailAntivirus
fpcEmailAntivirus

Email anivirus.

			= 0x04,
  	fpcAllProtectionMechanisms
fpcAllProtectionMechanisms

All protection mechanisms.

   = 0xFF
} FpcProtectionMechanisms;

Constants

fpcNoProtectionMechanism

No protection mechanisms.

fpcNetworkInspectionSystem

Network Inspection System (NIS).

fpcMalwareInspection

Malware inspection.

fpcEmailAntivirus

Email anivirus.

fpcAllProtectionMechanisms

All protection mechanisms.

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.