Closed zosocanuck closed 2 years ago
After taking a look at the reference source of System.Security.Cryptography.Xml.SignedXml
class I would say it currently supports only RSA
and DSA
algorithms. However quick DuckDuckGo search pointed me to blogpost ECDSA and Custom XML Signatures in .NET that may help you.
You might also take a look at https://github.com/dotnet/runtime/issues/36103
Closing because of 14+ days without a response.
Hi,
I'm getting the following error when attempting to sign XML with an ECDSA keypair:
Any ideas?