cryptxml

About this tag
The cryptxml tag covers discussions about XML digital signature validation using Microsoft's CryptXML API, primarily in native C++ development. Topics include verifying XML signatures with public keys, handling signed XML documents, and converting XML public key strings to BCRYPT_KEY_HANDLE for use with CryptXmlVerifySignature. Users seek help with retrieving key information from signed XML and integrating CryptXML with other cryptographic APIs like BCrypt. The tag is relevant for developers working on Windows platform security features involving XML signature processing.
  1. DexterWoo

    Windows 10 How to validate xml signature with a public key using cryptxml APIs

    Hi Guys, I got a really tricky problem from my work. I am doing a xml signature validation with CryptXml in native C++. I got this signed xml,, I can't retrieve the key info from it using cryptxml API. there's a solution using signedXml with C#, it validates the file with a rsakey...
Back
Top