1 instantiation of DSAWrapper
System.Security.Cryptography (1)
System\Security\Cryptography\DSA.Create.Windows.cs (1)
10return new DSAWrapper(new DSACng());
2 references to DSAWrapper
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.Create.Windows.cs (1)
8private static DSAWrapper CreateCore()
System\Security\Cryptography\DSA.cs (1)
69var dsa = CreateCore();