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