CERT_TEMPLATE_EXT structure (wincrypt.h)
The CERT_TEMPLATE_EXT structure is a certificate template.
Syntax
typedef struct _CERT_TEMPLATE_EXT {
LPSTR pszObjId;
DWORD dwMajorVersion;
BOOL fMinorVersion;
DWORD dwMinorVersion;
} CERT_TEMPLATE_EXT, *PCERT_TEMPLATE_EXT;
Members
pszObjId
LPSTR object identifier (OID).
dwMajorVersion
DWORD indicating the major version of the template.
fMinorVersion
BOOL flag set to TRUE if there is a minor version number.
dwMinorVersion
DWORD indicating the minor version of the template.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |