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