RSAPublicKey public class RSAPublicKey Documentation public BigInteger Exponent { get; } public BigInteger Modulus { get; } public RSAPublicKey(byte[] exponent, byte[] modulus)