CRYPT_XML_KEYINFO_SPEC enumeration (cryptxml.h)
The CRYPT_XML_KEYINFO_SPEC enumeration specifies values for the dwKeyInfoSpec parameter in the CryptXmlSign function.
Syntax
typedef enum {
CRYPT_XML_KEYINFO_SPEC_NONE = 0,
CRYPT_XML_KEYINFO_SPEC_ENCODED = 1,
CRYPT_XML_KEYINFO_SPEC_PARAM = 2
} CRYPT_XML_KEYINFO_SPEC;
Constants
CRYPT_XML_KEYINFO_SPEC_NONE Value: 0 The value of the KeyInfo member in the CRYPT_XML_SIGNATURE structure is null. |
CRYPT_XML_KEYINFO_SPEC_ENCODED Value: 1 The value of the encoded CRYPT_XML_KEY_INFO structure is specified in a CRYPT_XML_BLOB structure pointed to in the pvKeyInfoSpec parameter. |
CRYPT_XML_KEYINFO_SPEC_PARAM Value: 2 The members of the CRYPT_XML_KEY_INFO structure to be encoded are specified in a CRYPT_XML_KEYINFO_PARAM structure pointed by the pvKeyInfoSpec parameter. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |