3 references to ExportEncryptedPkcs8
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (2)
118return ExportEncryptedPkcs8(password, pbeParameters.IterationCount); 188byte[] exported = ExportEncryptedPkcs8(TemporaryExportPassword, 1);
System\Security\Cryptography\RSACng.ImportExport.cs (1)
60byte[] exported = ExportEncryptedPkcs8(TemporaryExportPassword, 1);