2 references to TryExportPkcs8FromExportedPrivateKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.Windows.cs (1)
187
return
TryExportPkcs8FromExportedPrivateKey
(destination, out bytesWritten);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaImplementation.Windows.cs (1)
130
return
TryExportPkcs8FromExportedPrivateKey
(destination, out bytesWritten);