The FpcClientAuthenticatedValues enumerated type contains values that indicate whether the client was authenticated to the Forefront TMG computer.
typedef enum FpcClientAuthenticatedValues { fpcClientAuthenticatedNotLogged
The log entry does not indicate whether the client was authenticated to the Forefront TMG computer.
= 0, fpcClientAuthenticatedYes
The client was authenticated to the Forefront TMG computer.
= 1, fpcClientAuthenticatedNo
The client was not authenticated to the Forefront TMG computer.
= 2 } FpcClientAuthenticatedValues;
The log entry does not indicate whether the client was authenticated to the Forefront TMG computer.
The client was authenticated to the Forefront TMG computer.
The client was not authenticated to the Forefront TMG computer.
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.