API Differences between 2016.0.0 and 2013.1.8
137 Additions
71 Removals
Renci.SshNet
-
public abstract class AuthenticationMethod : IAuthenticationMethod
-
public abstract class BaseClient : IDisposable
-
public class CipherInfo
- public Func<byte[], byte[], BlockCipher> Cipher { get; }
- public Func<byte[], byte[], Cipher> Cipher { get; }
- public CipherInfo(int keySize, Func<byte[], byte[], BlockCipher> cipher)
- public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher)
-
public class ConnectionInfo : IConnectionInfoInternal, IConnectionInfo
-
public class ExpectAsyncResult : AsyncResult<string>
-
public static class Extensions
-
public abstract class ForwardedPort : IForwardedPort
-
public class ForwardedPortDynamic : ForwardedPort
- 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 : ISession, 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, NumberStyles style, IFormatProvider provider)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value)
- public static BigInteger Parse(string value, IFormatProvider provider)
- public static BigInteger Parse(string value, NumberStyles style, IFormatProvider provider)
- 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(IFormatProvider provider)
- public string ToString(IFormatProvider provider)
-
public class NetConfServerException : SshException
-
public class ProxyException : SshException
-
public class ScpException : SshException
-
public class SftpPathNotFoundException : SshException
-
public class SftpPermissionDeniedException : SshException
-
public class SshAuthenticationException : SshException
-
public class SshConnectionException : SshException
-
public abstract class SshData
-
public class SshDataStream : MemoryStream
-
public class SshException : Exception
-
public class SshOperationTimeoutException : SshException
-
public class SshPassPhraseNullOrEmptyException : SshException
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