X509EnrollmentPolicyExportFlags 列挙 (certenroll.h)
X509EnrollmentPolicyExportFlags 列挙は、IX509EnrollmentPolicyServer インターフェイスの Export メソッドによって使用され、ポリシー サーバーからエクスポートする項目を指定します。
構文
typedef enum X509EnrollmentPolicyExportFlags {
ExportTemplates = 0x1,
ExportOIDs = 0x2,
ExportCAs = 0x4
} ;
定数
ExportTemplates 値: 0x1 テンプレートをエクスポートします。 |
ExportOIDs 値: 0x2 カスタム オブジェクト識別子をエクスポートします。 |
ExportCAs 値: 0x4 使用しません。 |
解説
テンプレートとオブジェクト識別子の両方をエクスポートするには、ExportTemplates 値と ExportOIDs 値のビットごとの ORを指定します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
Header | certenroll.h |