FpcNisFidelityLevel enumeration
Applies to: desktop apps only
The FpcNisFidelityLevel enumerated type contains values that describe the confidence level in the correctness of a Network Inspection System (NIS) signature.
Syntax
typedef enum {
fpcNisFidelityLevelLow = 0,
fpcNisFidelityLevelMedium = 1,
fpcNisFidelityLevelHigh = 2,
fpcNisFidelityLevelPerfect = 3
} FpcNisFidelityLevel;
Constants
fpcNisFidelityLevelLow
Low confidence.fpcNisFidelityLevelMedium
Medium confidence.fpcNisFidelityLevelHigh
High confidence.fpcNisFidelityLevelPerfect
Highest level of confidence.
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
Build date: 7/12/2010