Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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
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
Build date: 7/12/2010