FpcClientAuthenticatedValues Enumeration

The FpcClientAuthenticatedValues enumerated type contains values that indicate whether the client was authenticated to the Forefront TMG computer.

Syntax

typedef enum FpcClientAuthenticatedValues {
  fpcClientAuthenticatedNotLogged
fpcClientAuthenticatedNotLogged

The log entry does not indicate whether the client was authenticated to the Forefront TMG computer.

   = 0,
  fpcClientAuthenticatedYes
fpcClientAuthenticatedYes

The client was authenticated to the Forefront TMG computer.

		 = 1,
  fpcClientAuthenticatedNo
fpcClientAuthenticatedNo

The client was not authenticated to the Forefront TMG computer.

		= 2
} FpcClientAuthenticatedValues;

Constants

fpcClientAuthenticatedNotLogged

The log entry does not indicate whether the client was authenticated to the Forefront TMG computer.

fpcClientAuthenticatedYes

The client was authenticated to the Forefront TMG computer.

fpcClientAuthenticatedNo

The client was not authenticated to the Forefront TMG computer.

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.