4 references to ExtractKeyFromEncryptedPem
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
1024
Oids.Rsa =>
ExtractKeyFromEncryptedPem
<RSA>(keyPem, password, RSA.Create, certificate.CopyWithPrivateKey),
1025
Oids.Dsa when Helpers.IsDSASupported =>
ExtractKeyFromEncryptedPem
<DSA>(keyPem, password, DSA.Create, certificate.CopyWithPrivateKey),
1027
ExtractKeyFromEncryptedPem
<ECDsa>(
1033
ExtractKeyFromEncryptedPem
<ECDiffieHellman>(