FpcUsePersistentCookiesComputerType Enumeration

The FpcUsePersistentCookiesComputerType enumerated type contains values that indicate whether persistent cookies are allowed for trusted and private computers.

Syntax

typedef enum FpcUsePersistentCookiesComputerType {
  fpcPersistentCookiesDisabled
fpcPersistentCookiesDisabled

Persistent cookies are not allowed for any client computers.

					 = 0,
  fpcPersistentCookiesEnabledForTrustedComputers
fpcPersistentCookiesEnabledForTrustedComputers

Persistent cookies are allowed for trusted computers.

   = 1,
  fpcPersistentCookiesEnabledForAllComputers
fpcPersistentCookiesEnabledForAllComputers

Persistent cookies are allowed for both trusted and public computers.

	 = 2
} FpcUsePersistentCookiesComputerType;

Constants

fpcPersistentCookiesDisabled

Persistent cookies are not allowed for any client computers.

fpcPersistentCookiesEnabledForTrustedComputers

Persistent cookies are allowed for trusted computers.

fpcPersistentCookiesEnabledForAllComputers

Persistent cookies are allowed for both trusted and public computers.

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.