Initializes a new instance of the DsaKey class.
Namespace: Renci.SshNet.SecurityAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public DsaKey( BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x )
Parameters
- p
- Type: Renci.SshNet.Common BigInteger
The p.
- q
- Type: Renci.SshNet.Common BigInteger
The q.
- g
- Type: Renci.SshNet.Common BigInteger
The g.
- y
- Type: Renci.SshNet.Common BigInteger
The y.
- x
- Type: Renci.SshNet.Common BigInteger
The x.
See Also