1 instantiation of DSAWrapper
System.Security.Cryptography (1)
System\Security\Cryptography\DSA.Create.OpenSsl.cs (1)
8
private static DSAWrapper CreateCore() => new
DSAWrapper
(new DSAOpenSsl());
2 references to DSAWrapper
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.Create.OpenSsl.cs (1)
8
private static
DSAWrapper
CreateCore() => new DSAWrapper(new DSAOpenSsl());
System\Security\Cryptography\DSA.cs (1)
69
var
dsa = CreateCore();