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