Nessitro
SignedXml using SHA256 on .net framework 4
is there a way to still use SignedXml with sha256 to sign an xml file
SignedXml support for sha2 hashing was added later https://learn.microsoft.com/en-us/dotnet/framework/whats-new/
what is the ideal solution given that
- I cannot targer a recent .net framework version for the web site project
possible options:
- manually creating the signature tag without signed xml
- external call (a console project/ api for example)
12 replies