public RsaPublicKeyStructure(
BigInteger modulus,
BigInteger publicExponent
)
Public Sub New (
modulus As BigInteger,
publicExponent As BigInteger
)
public:
RsaPublicKeyStructure(
BigInteger^ modulus,
BigInteger^ publicExponent
)
Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure = function(modulus, publicExponent);