Microsoft Internet Security and Acceleration Server 2004 SDK

FpcAuthType

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

typedef enum FpcAuthType
{
  fpcUiAuthBasic
fpcUiAuthBasic
Basic authentication.
 = 0,
  fpcUiAuthIntegrated
fpcUiAuthIntegrated
Windows Integrated Authentication.
 = 1

} FpcAuthType;

Constants

fpcUiAuthBasic
Basic authentication.
fpcUiAuthIntegrated
Windows Integrated Authentication.

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