X509EnrollmentPolicyExportFlags 列舉 (certenroll.h)
X509EnrollmentPolicyExportFlags 列舉是由 IX509EnrollmentPolicyServer 介面上的 Export 方法用來指定要從原則伺服器導出的專案。
Syntax
typedef enum X509EnrollmentPolicyExportFlags {
ExportTemplates = 0x1,
ExportOIDs = 0x2,
ExportCAs = 0x4
} ;
常數
ExportTemplates 值: 0x1 匯出範本。 |
ExportOIDs 值: 0x2 匯出自定義物件識別碼。 |
ExportCAs 值: 0x4 未使用。 |
備註
若要匯出範本和對象識別碼,請指定 ExportTemplates 和 ExportOIDs 值的位 OR。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
標頭 | certenroll.h |