3 references to ECDsaWrapper
System.Security.Cryptography (3)
System\Security\Cryptography\ECDsa.Create.Windows.cs (3)
13
return new
ECDsaWrapper
(new ECDsaCng());
24
return new
ECDsaWrapper
(new ECDsaCng(curve));
37
return new
ECDsaWrapper
(ec);