CRYPT_XML_KEYINFO_SPEC enumeration
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
-
The value of the KeyInfo member in the CRYPT_XML_SIGNATURE structure is null.
- CRYPT_XML_KEYINFO_SPEC_ENCODED
-
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
-
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
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012