Microsoft Internet Security and Acceleration Server 2004 SDK

FpcExportImportOptionalData

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

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

} 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.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types