Share via


FpcServiceTypes Enumeration

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

Syntax

typedef enum FpcServiceTypes {
  fpcServiceTypeUnknown           = 0x00000000,
  fpcServiceTypeWebProxyReverse   = 0x00000001,
  fpcServiceTypeWebProxyForward   = 0x00000002,
  fpcServiceTypeWebProxyBoth      = 0x00000003
} FpcServiceTypes;

Constants

  • fpcServiceTypeUnknown
    The service type that can use the authentication scheme is unknown.

  • fpcServiceTypeWebProxyReverse
    The Forefront TMG 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

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010