The FpcServiceTypes enumerated type contains values that specify which services can use an authentication scheme.
typedef enum FpcServiceTypes { fpcServiceTypeUnknown
The service type that can use the authentication scheme is unknown.
= 0x00000000, fpcServiceTypeWebProxyReverse
The Forefront TMG Web proxy can use the authentication scheme in a reverse direction.
= 0x00000001, fpcServiceTypeWebProxyForward
The Web proxy can use the authentication scheme in a forward direction.
= 0x00000002, fpcServiceTypeWebProxyBoth
The Web proxy can use the authentication scheme in both directions.
= 0x00000003 } FpcServiceTypes;
The service type that can use the authentication scheme is unknown.
The Forefront TMG Web proxy can use the authentication scheme in a reverse direction.
The Web proxy can use the authentication scheme in a forward direction.
The Web proxy can use the authentication scheme in both directions.
When a Web filter registers an authentication scheme, the Services property must be set to fpcServiceTypeWebProxyReverse, fpcServiceTypeWebProxyForward, or fpcServiceTypeWebProxyBoth.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.