Renci.SshNet.Security.DsaKey.DsaKey C# (CSharp) Method

DsaKey() public method

Initializes a new instance of the DsaKey class.
public DsaKey ( ) : System
return System
        public DsaKey()
        {
            _privateKey = new BigInteger[5];
        }

Same methods

DsaKey::DsaKey ( BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x ) : System
DsaKey::DsaKey ( byte data ) : System