Initializes a new instance of the RsaPublicKeyStructure class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: 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 )  | 
Parameters
- modulus
 - Type: Org.BouncyCastle.Math..::..BigInteger
 
- publicExponent
 - Type: Org.BouncyCastle.Math..::..BigInteger