Upravit

Sdílet prostřednictvím


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 = 0x1,
  ExportOIDs = 0x2,
  ExportCAs = 0x4
} ;

Constants

 
ExportTemplates
Value: 0x1
Export templates.
ExportOIDs
Value: 0x2
Export custom object identifiers.
ExportCAs
Value: 0x4
Not used.

Remarks

To export both templates and object identifiers, specify a bitwise OR of the ExportTemplates and ExportOIDs values.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header certenroll.h

See also

Export