Hi all..
i have an XML file i get the hash of it then i want to sign the output result with ECDSA (Elliptic Curve Digital Signature Algorithm)?
does (System.Security.Cryptography) class will help and which method can i choose?
Hi all..
i have an XML file i get the hash of it then i want to sign the output result with ECDSA (Elliptic Curve Digital Signature Algorithm)?
does (System.Security.Cryptography) class will help and which method can i choose?
System.Security.Cryptography does seem to support it. Take a look at ECDsaCng Class.
There are also other libraries supporting it, such as Bouncy Castle.
André Arnaud de Cal...
292,494
Super User 2025 Season 1
Martin Dráb
231,309
Most Valuable Professional
nmaenpaa
101,156