5 references to GetECDsaPrivateKey
PresentationUI (1)
MS\Internal\Documents\DocumentSignatureManager.cs (1)
491
using (ECDsa ecdsa = x509Certificate2.
GetECDsaPrivateKey
())
System.Net.Security (1)
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
88
using (ECDsaOpenSsl? ecdsa = (ECDsaOpenSsl?)target.
GetECDsaPrivateKey
())
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
715
ECDsa? ecdsa = issuerCertificate.
GetECDsaPrivateKey
();
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
195
ECDsa? ecdsa = issuerCertificate.
GetECDsaPrivateKey
();
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
82
return (T?)(object?)certificate.
GetECDsaPrivateKey
();