Microsoft Internet Security and Acceleration Server 2004 SDK

FpcAuthenticationSchemeProvides

The FpcAuthenticationSchemeProvides enumerated type contains values that describe whether an authentication scheme provides a namespace or a method.

typedef enum FpcAuthenticationSchemeProvides
{
  fpcAuthenticationSchemeProvidesNothing
fpcAuthenticationSchemeProvidesNothing
The authentication scheme provides neither a namespace nor a method.
 = 0x00000000,
  fpcAuthenticationSchemeProvidesNamespace
fpcAuthenticationSchemeProvidesNamespace
The authentication scheme provides a namespace.
 = 0x00000001,
  fpcAuthenticationSchemeProvidesMethod
fpcAuthenticationSchemeProvidesMethod
The authentication scheme provides a method.
 = 0x00000002,
  fpcAuthenticationSchemeProvidesBoth
fpcAuthenticationSchemeProvidesBoth
The authentication scheme provides both a namespace and a method.
 = 0x00000003

} FpcAuthenticationSchemeProvides;

Constants

fpcAuthenticationSchemeProvidesNothing
The authentication scheme provides neither a namespace nor a method.
fpcAuthenticationSchemeProvidesNamespace
The authentication scheme provides a namespace.
fpcAuthenticationSchemeProvidesMethod
The authentication scheme provides a method.
fpcAuthenticationSchemeProvidesBoth
The authentication scheme provides both a namespace and a method.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types