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

Extensions

static class Extensions
public static byte[] Concat(this byte[] first, byte[] second)

public static byte[] ExportKeyParameter(this BigInteger value, int length)

public static bool IsEqualTo(this byte[] left, byte[] right)

public static byte[] Pad(this byte[] data, int length)

public static void SetIgnoringObjectDisposed(this EventWaitHandle waitHandle)

public static byte[] Take(this byte[] value, int offset, int count)

public static byte[] Take(this byte[] value, int count)

public static BigInteger ToBigInteger2(this byte[] data)

public static byte[] TrimLeadingZeros(this byte[] value)