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