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