Skip to content

[DRT] DrtDigitalSignature fails due to changes in corefx #1047

Closed
@grubioe

Description

@grubioe

Copied from AzDO 832895

Steps to reproduce:

  1. Run DrtDigitalSignature
  2. 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

Metadata

Metadata

Assignees

Labels

Test or Test InfrastructureImprovements of test source coderank40Rank: Priority/rank on a scale of (1..100)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions