FpcExportImportOptionalData enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010