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