Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
ExportTemplatesValue: 0x1 Export templates. |
ExportOIDsValue: 0x2 Export custom object identifiers. |
ExportCAsValue: 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 |