次の方法で共有


FpcClientAuthenticatedValues enumeration

Applies to: desktop apps only

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

Syntax

typedef enum FpcClientAuthenticatedValues { 
  fpcClientAuthenticatedNotLogged  = 0,
  fpcClientAuthenticatedYes        = 1,
  fpcClientAuthenticatedNo         = 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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010