3 references to TryExportRSAPrivateKey
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
247
return _rsa.
TryExportRSAPrivateKey
(destination, out bytesWritten);
System\Security\Cryptography\RSA.cs (2)
785
if (!
TryExportRSAPrivateKey
(rented, out pkcs1Size))
1295
return alg.
TryExportRSAPrivateKey
(destination, out bytesWritten);