Initializes a new instance of the RsaPublicKeyStructure class

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RsaPublicKeyStructure(
	BigInteger modulus,
	BigInteger publicExponent
)
Visual Basic
Public Sub New ( _
	modulus As BigInteger, _
	publicExponent As BigInteger _
)
Visual C++
public:
RsaPublicKeyStructure(
	BigInteger^ modulus, 
	BigInteger^ publicExponent
)

See Also