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