3 references to ECDsaOpenSsl
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
37
Interop.Crypto.EvpAlgorithmId.ECC => new
ECDsaOpenSsl
(privateKey),
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
577
return new
ECDsaOpenSsl
(publicKeyHandle);
598
return new
ECDsaOpenSsl
(_privateKey);