X509EnrollmentPolicyExportFlags enumeration
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 = 0x1, ExportOIDs = 0x2, ExportCAs = 0x4 } X509EnrollmentPolicyExportFlags;
Constants
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 |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012