<PackageReference Include="SSH.NET" Version="2016.0.0" />

DsaKey

public class DsaKey : Key, IDisposable
Contains DSA private and public key
public BigInteger G { get; }

Gets the G.

public BigInteger P { get; }

Gets the P.

public BigInteger Q { get; }

Gets the Q.

public BigInteger X { get; }

Gets private key X.

public BigInteger Y { get; }

Gets public key Y.

public DsaKey()

Initializes a new instance of the DsaKey class.

public DsaKey(byte[] data)

Initializes a new instance of the DsaKey class.

Initializes a new instance of the DsaKey class.

public void Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

protected virtual void Dispose(bool disposing)

Releases unmanaged and - optionally - managed resources