Microsoft Internet Security and Acceleration Server 2004 SDK

FpcServiceTypes

The FpcServiceTypes enumerated type contains values that specify which services can use an authentication scheme.

typedef enum FpcServiceTypes
{
  fpcServiceTypeUnknown
fpcServiceTypeUnknown
The service type that can use the authentication scheme is unknown.
 = 0x00000000,
  fpcServiceTypeWebProxyReverse
fpcServiceTypeWebProxyReverse
The ISA Server Web proxy can use the authentication scheme in a reverse direction.
 = 0x00000001,
  fpcServiceTypeWebProxyForward
fpcServiceTypeWebProxyForward
The Web proxy can use the authentication scheme in a forward direction.
 = 0x00000002,
  fpcServiceTypeWebProxyBoth
fpcServiceTypeWebProxyBoth
The Web proxy can use the authentication scheme in both directions.
 = 0x00000003

} FpcServiceTypes;

Constants

fpcServiceTypeUnknown
The service type that can use the authentication scheme is unknown.
fpcServiceTypeWebProxyReverse
The ISA Server Web proxy can use the authentication scheme in a reverse direction.
fpcServiceTypeWebProxyForward
The Web proxy can use the authentication scheme in a forward direction.
fpcServiceTypeWebProxyBoth
The Web proxy can use the authentication scheme in both directions.

Remarks

When a Web filter registers an authentication scheme, the Services property must be set to fpcServiceTypeWebProxyReverse, fpcServiceTypeWebProxyForward, or fpcServiceTypeWebProxyBoth.

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