Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CommitTemplateFlags enumeration (certenroll.h)
The CommitTemplateFlags enumeration type specifies options for saving and deleting templates. It is used by the Commit method on the IX509CertificateTemplateWritable interface.
Syntax
typedef enum CommitTemplateFlags {
CommitFlagSaveTemplateGenerateOID = 1,
CommitFlagSaveTemplateUseCurrentOID = 2,
CommitFlagSaveTemplateOverwrite = 3,
CommitFlagDeleteTemplate = 4
} ;
Constants
CommitFlagSaveTemplateGenerateOIDValue: 1 Save the template and create an object identifier for it. |
CommitFlagSaveTemplateUseCurrentOIDValue: 2 Not used. |
CommitFlagSaveTemplateOverwriteValue: 3 Not used. |
CommitFlagDeleteTemplateValue: 4 Delete the template. |
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
Feedback
Was this page helpful?
