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