3 references to ECDsaOpenSsl
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
40alg = new ECDsaOpenSsl(privateKey!);
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
576return new ECDsaOpenSsl(publicKeyHandle); 597return new ECDsaOpenSsl(_privateKey);