2 references to CreateAndImportEncrypted
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1461
static (keyPem, password) =>
CreateAndImportEncrypted
(keyPem, password, RSA.Create),
1467
static (keyPem, password) =>
CreateAndImportEncrypted
(keyPem, password, DSA.Create),