<PackageReference Include="SSH.NET" Version="2013.1.8" />
API Differences between 2013.1.8 and 2016.0.0-beta1
80 Additions
91 Removals
Renci.SshNet
-
public abstract class AuthenticationMethod
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
- public Func<byte[], byte[], Cipher> Cipher { get; }
- public Func<byte[], byte[], BlockCipher> Cipher { get; }
- public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher)
- public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)
-
public class ConnectionInfo
-
public class ExpectAsyncResult : IAsyncResult
-
public static class Extensions
-
public abstract class ForwardedPort
-
public class ForwardedPortDynamic : ForwardedPort, IDisposable
- protected virtual void Dispose(bool disposing)
-
public class ForwardedPortLocal : ForwardedPort, IDisposable
-
public class ForwardedPortRemote : ForwardedPort, IDisposable
-
public class HashInfo
-
public interface IForwardedPort
-
public class Session : IDisposable
-
public class SftpClient : BaseClient
-
public class ShellStream : Stream
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 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
Renci.SshNet.Security.Cryptography.Ciphers
Renci.SshNet.Sftp