FpcNisFidelityLevel Enumeration

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
fpcNisFidelityLevelLow

Low confidence.

	 = 0,
  fpcNisFidelityLevelMedium
fpcNisFidelityLevelMedium

Medium confidence.

	= 1,
  fpcNisFidelityLevelHigh
fpcNisFidelityLevelHigh

High confidence.

	= 2,
  fpcNisFidelityLevelPerfect
fpcNisFidelityLevelPerfect

Highest level of confidence.

   = 3
} FpcNisFidelityLevel;

Constants

fpcNisFidelityLevelLow

Low confidence.

fpcNisFidelityLevelMedium

Medium confidence.

fpcNisFidelityLevelHigh

High confidence.

fpcNisFidelityLevelPerfect

Highest level of confidence.

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.