Initializes a new instance of the RsaKey class.
Namespace: Renci.SshNet.SecurityAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public RsaKey( BigInteger modulus, BigInteger exponent, BigInteger d, BigInteger p, BigInteger q, BigInteger inverseQ )
Parameters
- modulus
- Type: Renci.SshNet.Common BigInteger
The modulus.
- exponent
- Type: Renci.SshNet.Common BigInteger
The exponent.
- d
- Type: Renci.SshNet.Common BigInteger
The d.
- p
- Type: Renci.SshNet.Common BigInteger
The p.
- q
- Type: Renci.SshNet.Common BigInteger
The q.
- inverseQ
- Type: Renci.SshNet.Common BigInteger
The inverse Q.
See Also