DsaKey public class DsaKey : Key, IDisposable Documentation public BigInteger G { get; } public BigInteger P { get; } public BigInteger Q { get; } public BigInteger X { get; } public BigInteger Y { get; } public DsaKey() public DsaKey(byte[] data) public DsaKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x) public void Dispose() protected virtual void Dispose(bool disposing)