C# Support for RSA SHA 256 signing for individual XML elements
问题 I have encountered a blocker with the .NET Framework version 4.5 to do with signing of XML with digital signatures. My problem is based around the need to sign individual XML elements with X.509 certificate with the RSA SHA-256 algorithm. I have read many .NET posts on this topic and it appears that there is a solution originally developed in the CLR Security project RSAPKCS1SHA256SignatureDescription.cs class. RSAPKCS1SHA256SignatureDescription has of course since been incorporated into the