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.
typedef enum { fpcApplicationNotTrusted
The application is not trusted.
= 0, fpcApplicationIsTrusted
The application is trusted.
= 1, fpcApplicationTrustUnknown
The trust level of the application is not known.
= 2 } FpcFwcClientApplicationTrustState;
The application is not trusted.
The application is trusted.
The trust level of the application is not known.
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.
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.