X509EnrollmentPolicyExportFlags enumeration (certenroll.h)
The X509EnrollmentPolicyExportFlags enumeration is used by the Export method on the IX509EnrollmentPolicyServer interface to specify what items to export from the policy server.
Syntax
typedef enum X509EnrollmentPolicyExportFlags {
ExportTemplates,
ExportOIDs,
ExportCAs
} ;
Constants
Name | Description |
---|---|
ExportTemplates | Export templates. |
ExportOIDs | Export custom object identifiers. |
ExportCAs | Not used. |
Remarks
To export both templates and object identifiers, specify a bitwise OR of the ExportTemplates and ExportOIDs values.
Requirements
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | certenroll.h |