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