9 references to ExportPkcs8KeyBlob
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.Windows.cs (1)
236byte[] exported = _key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
510byte[] exported = _key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
230byte[] exported = _key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1);
System\Security\Cryptography\DSACng.ImportExport.cs (1)
75return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount);
System\Security\Cryptography\ECCng.ImportExport.cs (2)
121byte[] exported = key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1); 155byte[] exported = key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1);
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
231return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount);
System\Security\Cryptography\ECDsaCng.cs (1)
176return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount);
System\Security\Cryptography\RSACng.ImportExport.cs (1)
77return Key.ExportPkcs8KeyBlob(pkcs8Password, kdfCount);