FpcAuthType enumeration

Applies to: desktop apps only

The FpcAuthType enumerated type contains values that specify the type of authentication used for inter-server connections.

Syntax

typedef enum FpcAuthType { 
  fpcUiAuthBasic       = 0,
  fpcUiAuthIntegrated  = 1
} FpcAuthType;

Constants

  • fpcUiAuthBasic
    Basic authentication.

  • fpcUiAuthIntegrated
    Windows Integrated Authentication.

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