3 instantiations of AsymmetricAlgorithmPkcs12PrivateKey
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (3)
68
return new
AsymmetricAlgorithmPkcs12PrivateKey
(pkcs8, static () => new RSAOpenSsl());
70
return new
AsymmetricAlgorithmPkcs12PrivateKey
(pkcs8, static () => new ECDiffieHellmanOpenSsl());
72
return new
AsymmetricAlgorithmPkcs12PrivateKey
(pkcs8, static () => new DSAOpenSsl());