3 references to TryExportRSAPublicKey
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
236return _rsa.TryExportRSAPublicKey(destination, out bytesWritten);
System\Security\Cryptography\RSA.cs (2)
742if (!TryExportRSAPublicKey(rented, out pkcs1Size)) 1341return alg.TryExportRSAPublicKey(destination, out bytesWritten);