RsaPublicKeyStructure public class RsaPublicKeyStructure : Asn1Encodable Documentation Code public BigInteger Modulus { get; } public BigInteger PublicExponent { get; } public RsaPublicKeyStructure(BigInteger modulus, BigInteger publicExponent) public static RsaPublicKeyStructure GetInstance(Asn1TaggedObject obj, bool explicitly) public static RsaPublicKeyStructure GetInstance(object obj)