Microsoft Internet Security and Acceleration Server 2004 SDK

FpcClientAuthenticatedValues

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

typedef enum FpcClientAuthenticatedValues
{
  fpcClientAuthenticatedNotLogged
fpcClientAuthenticatedNotLogged
The log entry does not indicate whether the client was authenticated to the ISA Server computer.
 = 0,
  fpcClientAuthenticatedYes
fpcClientAuthenticatedYes
The client was authenticated to the ISA Server computer.
 = 1,
  fpcClientAuthenticatedNo
fpcClientAuthenticatedNo
The client was not authenticated to the ISA Server computer.
 = 2

} FpcClientAuthenticatedValues;

Constants

fpcClientAuthenticatedNotLogged
The log entry does not indicate whether the client was authenticated to the ISA Server computer.
fpcClientAuthenticatedYes
The client was authenticated to the ISA Server computer.
fpcClientAuthenticatedNo
The client was not authenticated to the ISA Server computer.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types