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