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
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
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
The optional data includes server-specific information, which consists of cache drive settings and SSL certificates.
= 0x00000004, fpcExportImportEnterpriseSpecific
The optional data includes information that is specific to an enterprise with centrally managed arrays.
= 0x00000008 } FpcExportImportOptionalData;
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.
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.
The optional data includes server-specific information, which consists of cache drive settings and SSL certificates.
The optional data includes information that is specific to an enterprise with centrally managed arrays.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.