<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />
API Differences between 2014.4.6-beta2 and 2016.1.0-beta3
131 Additions
54 Removals
Renci.SshNet
Renci.SshNet.Common
-
public class ASCIIEncoding : Encoding
-
public abstract class AsyncResult : IAsyncResult
-
public struct BigInteger : IComparable, IFormattable, IComparable<BigInteger>, IEquatable<BigInteger>
- public BigInteger(short sign, uint[] data)
- public static BigInteger Parse(string value)
- public static BigInteger Parse(string value, NumberStyles style)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value, NumberStyles style)
- public static bool TryParse(string value, NumberStyles style, CultureInfo cultureInfo, out BigInteger result)
- public static bool TryParse(string value, NumberStyles style, IFormatProvider provider, out BigInteger result)
- public string ToString(string format)
- public string ToString(string format)
-
public class NetConfServerException : SshException
-
public class SemaphoreLight
-
public class SshConnectionException : SshException
-
public abstract class SshData
-
public class SshDataStream : MemoryStream
Renci.SshNet.Compression
Renci.SshNet.Messages.Authentication
Renci.SshNet.Messages.Connection
Renci.SshNet.Messages.Transport
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
-
public abstract class Cipher
- protected static uint BigEndianToUInt32(byte[] buffer)
- protected static uint BigEndianToUInt32(byte[] buffer, int offset)
- protected static ulong BigEndianToUInt64(byte[] buffer)
- protected static ulong BigEndianToUInt64(byte[] buffer, int offset)
- protected static uint LittleEndianToUInt32(byte[] buffer)
- protected static uint LittleEndianToUInt32(byte[] buffer, int offset)
- protected static ulong LittleEndianToUInt64(byte[] buffer)
- protected static ulong LittleEndianToUInt64(byte[] buffer, int offset)
- protected static void UInt32ToBigEndian(uint number, byte[] buffer)
- protected static void UInt32ToBigEndian(uint number, byte[] buffer, int offset)
- protected static void UInt32ToLittleEndian(uint number, byte[] buffer)
- protected static void UInt32ToLittleEndian(uint number, byte[] buffer, int offset)
- protected static void UInt64ToBigEndian(ulong number, byte[] buffer)
- protected static void UInt64ToBigEndian(ulong number, byte[] buffer, int offset)
- protected static void UInt64ToLittleEndian(ulong number, byte[] buffer)
- protected static void UInt64ToLittleEndian(ulong number, byte[] buffer, int offset)
- public abstract byte[] Decrypt(byte[] input, int offset, int length)
- public abstract byte[] Encrypt(byte[] input, int offset, int length)
-
public class HMACMD5 : HMACMD5
-
public class HMACSHA1 : HMACSHA1
-
public class HMACSHA256 : HMACSHA256
-
public class HMACSHA384 : HMACSHA384
-
public class HMACSHA512 : HMACSHA512
-
public class HMac<T> : KeyedHashAlgorithm where T : HashAlgorithm
- protected int BlockSize { get; }
- public HMac(byte[] key, int hashSizeValue)
- public HMac(byte[] key)
-
public sealed class MD5Hash : HashAlgorithm
-
public sealed class RIPEMD160Hash : HashAlgorithm
-
public sealed class SHA1Hash : HashAlgorithm
-
public class SHA256Hash : HashAlgorithm
-
public abstract class SHA2HashBase : HashAlgorithm
- protected ulong H1
- protected ulong H2
- protected ulong H3
- protected ulong H4
- protected ulong H5
- protected ulong H6
- protected ulong H7
- protected ulong H8
- protected SHA2HashBase()
- protected static uint BE_To_UInt32(byte[] bs, int off)
- protected static uint BE_To_UInt32(byte[] bs)
- protected static ulong BE_To_UInt64(byte[] bs)
- protected static ulong BE_To_UInt64(byte[] bs, int off)
- protected static void UInt32_To_BE(uint n, byte[] bs, int off)
- protected static void UInt64_To_BE(ulong n, byte[] bs, int off)
- protected void Finish()
-
public class SHA384Hash : SHA2HashBase
-
public class SHA512Hash : SHA2HashBase
Renci.SshNet.Security.Cryptography.Ciphers
-
public abstract class CipherPadding
- public abstract byte[] Pad(int blockSize, byte[] input, int offset, int length)
- public byte[] Pad(byte[] input, int paddinglength)
- public abstract byte[] Pad(byte[] input, int offset, int length, int paddinglength)
Renci.SshNet.Sftp