Base class for SSH host algorithms.
public abstract class HostAlgorithm
Inheritance
Initializes a new instance of the Renci.SshNet.Security.HostAlgorithm class.
protected HostAlgorithm(string name)
Parameters
name
string
The host key name.
Gets the host key data.
public abstract byte[] Data { get; }
Property Value
Gets the host key name.
public string Name { get; }
Property Value
Signs the specified data.
public abstract byte[] Sign(byte[] data)
Parameters
data
byte[]
The data.
Signed data.
Verifies the signature.
public abstract bool VerifySignature(byte[] data, byte[] signature)
Parameters
data
byte[]
The data.
signature
byte[]
The signature.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4