2 references to ExportRSAPublicKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
1256byte[] exported = ExportRSAPublicKey();
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
44new AsnEncodedData(oid, rsa.ExportRSAPublicKey(), skipCopy: true));