Renci.SshNet.Security.Key public abstract class Key Documentation Code protected BigInteger[] _privateKey public string Comment { get; set; } public abstract int KeyLength { get; } public abstract BigInteger[] Public { get; set; } protected Key(byte[] data) protected Key() public byte[] Sign(byte[] data) public bool VerifySignature(byte[] data, byte[] signature)