2 references to ExportEncryptedPkcs8
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
153
return
ExportEncryptedPkcs8
(password, pbeParameters.IterationCount);
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
214
byte[] exported =
ExportEncryptedPkcs8
(TemporaryExportPassword, 1);