FpcNisSignatureResponse Enumeration

The FpcNisSignatureResponse enumerated type contains values that describe the Network Inspection System (NIS) response to signatures detected in the traffic that is scanned.

Syntax

typedef enum  {
  	fpcNisSignatureResponseBlockAndLog
fpcNisSignatureResponseBlockAndLog

Block and log matched packet.

   = 0,
  	fpcNisSignatureResponseLogOnly
fpcNisSignatureResponseLogOnly

Only log matched packet (no blocking).

	 = 1
} FpcNisSignatureResponse;

Constants

fpcNisSignatureResponseBlockAndLog

Block and log matched packet.

fpcNisSignatureResponseLogOnly

Only log matched packet (no blocking).

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.