4 references to CreateAndImportEncrypted
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
1352static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, RSA.Create),
1358static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, DSA.Create),
1364static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, ECDiffieHellman.Create),
1370static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, ECDsa.Create),