FpcServiceTypes Enumeration

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

Syntax

typedef enum FpcServiceTypes {
  fpcServiceTypeUnknown
fpcServiceTypeUnknown

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

		 = 0x00000000,
  fpcServiceTypeWebProxyReverse
fpcServiceTypeWebProxyReverse

The Forefront TMG 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 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 Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.