<PackageReference Include="SSH.NET" Version="2013.1.27" />
API Differences between 2013.1.27 and 2016.1.0-beta1
128 Additions
76 Removals
Renci.SshNet
Renci.SshNet.Common
-
public class ASCIIEncoding : Encoding
-
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 SshConnectionException : SshException
-
public abstract class SshData
-
public class SshDataStream : MemoryStream
Renci.SshNet.Compression
Renci.SshNet.Messages.Authentication
Renci.SshNet.Messages.Connection
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
Renci.SshNet.Security.Cryptography.Ciphers
-
public sealed class AesCipher : BlockCipher
-
public class Arc4Cipher : StreamCipher
-
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