4 references to ExtractKeyFromPem
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
953
Oids.Rsa =>
ExtractKeyFromPem
<RSA>(keyPem, s_RsaPublicKeyPrivateKeyLabels, RSA.Create, certificate.CopyWithPrivateKey),
954
Oids.Dsa when Helpers.IsDSASupported =>
ExtractKeyFromPem
<DSA>(keyPem, s_DsaPublicKeyPrivateKeyLabels, DSA.Create, certificate.CopyWithPrivateKey),
956
ExtractKeyFromPem
<ECDsa>(
962
ExtractKeyFromPem
<ECDiffieHellman>(