1 implementation of GetRSAPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
551
public RSA?
GetRSAPrivateKey
()
2 references to GetRSAPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (1)
61
return (T?)(object?)certificate.Pal.
GetRSAPrivateKey
();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
280
Oids.Rsa => Pal.
GetRSAPrivateKey
(),