The FpcProtectionMechanisms enumerated type contains values that describe Forefront Threat Management Gateway (TMG) protection mechanisms applicable for configuration.
typedef enum { fpcNoProtectionMechanism
No protection mechanisms.
= 0x00, fpcNetworkInspectionSystem
Network Inspection System (NIS).
= 0x01, fpcMalwareInspection
Malware inspection.
= 0x02, fpcEmailAntivirus
Email anivirus.
= 0x04, fpcAllProtectionMechanisms
All protection mechanisms.
= 0xFF } FpcProtectionMechanisms;
No protection mechanisms.
Network Inspection System (NIS).
Malware inspection.
Email anivirus.
All protection mechanisms.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.