Closed
Description
Copied from AzDO 832895
Steps to reproduce:
- Run DrtDigitalSignature
- Observe NRE.
This is caused by a method that no longer exists in corefx and that this test reflects into, it is related to the improved security towards sha1 signing.
Test is attempting to find a method:
typeof(System.Security.Cryptography.Xml.SignedXml)
.GetField("XmlDsigRSADefault",
System.Reflection.BindingFlags.Static | System.Reflection.BindingFlags.NonPublic);
which no longer exists, need to find a suitable replacement