You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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...