The FpcAuthenticationSchemeProvides enumerated type contains values that describe whether an authentication scheme provides a namespace or a method.
typedef enum FpcAuthenticationSchemeProvides { fpcAuthenticationSchemeProvidesNothing
The authentication scheme provides neither a namespace nor a method.
= 0x00000000, fpcAuthenticationSchemeProvidesNamespace
The authentication scheme provides a namespace.
= 0x00000001, fpcAuthenticationSchemeProvidesMethod
The authentication scheme provides a method.
= 0x00000002, fpcAuthenticationSchemeProvidesBoth
The authentication scheme provides both a namespace and a method.
= 0x00000003 } FpcAuthenticationSchemeProvides;
The authentication scheme provides neither a namespace nor a method.
The authentication scheme provides a namespace.
The authentication scheme provides a method.
The authentication scheme provides both a namespace and a method.
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.