8 references to ExportPkcs8KeyBlob
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
520byte[] 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);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
205byte[] exported = _key.ExportPkcs8KeyBlob(TemporaryExportPassword, 1);