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

ED25519Key

public class ED25519Key : Key, IDisposable
Contains ED25519 private and public key
public byte[] PrivateKey { get; }

Gets the PrivateKey Bytes

public byte[] PublicKey { get; }

Gets the PublicKey Bytes

public ED25519Key()

Initializes a new instance of the ED25519Key class.

public ED25519Key(byte[] pk, byte[] sk)

Initializes a new instance of the ED25519Key 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