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

Renci.SshNet.Security.Cryptography.SshDataSignature

sealed class SshDataSignature : SshData
namespace Renci.SshNet.Security.Cryptography { internal sealed class SshDataSignature : SshData { public byte[] Signature { get; set; } public SshDataSignature(int sig_size); public SshDataSignature(byte[] data, int sig_size); public new byte[] ReadBinary(); } }