FpcExportImportOptionalData Enumeration

The FpcExportImportOptionalData enumerated type provides values that specify the optional data that is exported or imported. Bitwise combinations of these values can be used.

Syntax

typedef enum FpcExportImportOptionalData {
  fpcExportImportPasswords
fpcExportImportPasswords

The optional data includes encrypted secret data, such as passwords or shared secrets that are used to create digital signatures for authenticating to RADIUS servers.

			= 0x00000001,
  fpcExportImportUserPermissions
fpcExportImportUserPermissions

The optional data includes the security roles assigned to delegated administrators. The delegated administrators are identified by the security identifiers (SIDs) of their user accounts, which are included in this optional data. These SIDs, which are relevant to the workgroup or domain of the exporting computer, are not necessarily relevant to that of the importing computer.

	= 0x00000002,
  fpcExportImportServerSpecific
fpcExportImportServerSpecific

The optional data includes server-specific information, which consists of cache drive settings and SSL certificates.

	 = 0x00000004,
  fpcExportImportEnterpriseSpecific
fpcExportImportEnterpriseSpecific

The optional data includes information that is specific to an enterprise with centrally managed arrays.

   = 0x00000008
} FpcExportImportOptionalData;

Constants

fpcExportImportPasswords

The optional data includes encrypted secret data, such as passwords or shared secrets that are used to create digital signatures for authenticating to RADIUS servers.

fpcExportImportUserPermissions

The optional data includes the security roles assigned to delegated administrators. The delegated administrators are identified by the security identifiers (SIDs) of their user accounts, which are included in this optional data. These SIDs, which are relevant to the workgroup or domain of the exporting computer, are not necessarily relevant to that of the importing computer.

fpcExportImportServerSpecific

The optional data includes server-specific information, which consists of cache drive settings and SSL certificates.

fpcExportImportEnterpriseSpecific

The optional data includes information that is specific to an enterprise with centrally managed arrays.

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.