1 implementation of GetDSAPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
561
public DSA?
GetDSAPrivateKey
()
2 references to GetDSAPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (1)
67
return (T?)(object?)certificate.Pal.
GetDSAPrivateKey
();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
281
Oids.Dsa => Pal.
GetDSAPrivateKey
(),