Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 2.8 KB

ns-cryptxml-crypt_xml_keyinfo_param.md

File metadata and controls

89 lines (68 loc) · 2.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:cryptxml._CRYPT_XML_KEYINFO_PARAM
CRYPT_XML_KEYINFO_PARAM (cryptxml.h)
Is used by the CryptXmlSign function to specify the members of the KeyInfo element to be encoded.
CRYPT_XML_KEYINFO_PARAM
CRYPT_XML_KEYINFO_PARAM structure [Security]
cryptxml/CRYPT_XML_KEYINFO_PARAM
security.crypt_xml_keyinfo_param
security\crypt_xml_keyinfo_param.htm
security
cbde3f67-d948-452a-9958-52563dc7a8b5
12/05/2018
CRYPT_XML_KEYINFO_PARAM, CRYPT_XML_KEYINFO_PARAM structure [Security], cryptxml/CRYPT_XML_KEYINFO_PARAM, security.crypt_xml_keyinfo_param
cryptxml.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
CRYPT_XML_KEYINFO_PARAM
19H1
_CRYPT_XML_KEYINFO_PARAM
cryptxml/_CRYPT_XML_KEYINFO_PARAM
CRYPT_XML_KEYINFO_PARAM
cryptxml/CRYPT_XML_KEYINFO_PARAM
c++
APIRef
kbSyntax
HeaderDef
Cryptxml.h
CRYPT_XML_KEYINFO_PARAM

CRYPT_XML_KEYINFO_PARAM structure

-description

The CRYPT_XML_KEYINFO_PARAM structure is used by the CryptXmlSign function to specify the members of the KeyInfo element to be encoded.

-struct-fields

-field wszId

A pointer to a null-terminated wide character string that contains the Id attribute of the KeyInfo element.

-field wszKeyName

A pointer to a null-terminated wide character string that contains the value in the KeyName element.

-field SKI

A CERT_BLOB structure that contains the value of the X509SKI element.

-field wszSubjectName

A pointer to a null-terminated wide character string that contains the value of the X509SubjectName element.

-field cCertificate

The number of elements in the array pointed to by the rgCertificate member.

-field rgCertificate

A pointer to an array of CERT_BLOB structures that are used to populate the X509Certificate elements.

-field cCRL

The number of elements in the array pointed to by the rgCRL member.

-field rgCRL

A pointer to an array of CERT_BLOB structures that are used to populate the X509CRL elements.