FpcFwcClientApplicationTrustState Enumeration

The FpcFwcClientApplicationTrustState enumerated type contains values that indicate the trust state of the client application. The trust state indicates whether the client application that generated the logged traffic is trusted by the operating system running on the client computer.

Syntax

typedef enum  {
  	fpcApplicationNotTrusted
fpcApplicationNotTrusted

The application is not trusted.

	 = 0,
  	fpcApplicationIsTrusted
fpcApplicationIsTrusted

The application is trusted.

	= 1,
  	fpcApplicationTrustUnknown
fpcApplicationTrustUnknown

The trust level of the application is not known.

   = 2
} FpcFwcClientApplicationTrustState;

Constants

fpcApplicationNotTrusted

The application is not trusted.

fpcApplicationIsTrusted

The application is trusted.

fpcApplicationTrustUnknown

The trust level of the application is not known.

Remarks

The trust state of a client application is based on information sent by the Forefront Threat Management Gateway (TMG) client. It is based on a log entry in the firewall logs.

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.