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            = 0x00000001,
  fpcExportImportUserPermissions      = 0x00000002,
  fpcExportImportServerSpecific       = 0x00000004,
  fpcExportImportEnterpriseSpecific   = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010