Fonction CryptXmlGetSignature (cryptxml.h)
La fonction CryptXmlGetSignature renvoie un élément Signature XML.
Syntaxe
HRESULT CryptXmlGetSignature(
[in] HCRYPTXML hCryptXml,
[out] const CRYPT_XML_SIGNATURE **ppStruct
);
Paramètres
[in] hCryptXml
Handle de l’élément Signature .
[out] ppStruct
Pointeur vers un pointeur vers une structure CRYPT_XML_SIGNATURE pour recevoir la signature.
Valeur retournée
Si la fonction réussit, la fonction retourne zéro.
Si la fonction échoue, elle retourne une valeur HRESULT qui indique l’erreur.
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | cryptxml.h |
Bibliothèque | Cryptxml.lib |
DLL | Cryptxml.dll |