FpcAuthenticationSchemeProvides Enumeration

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

Syntax

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

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.