<PackageReference Include="SSH.NET" Version="2013.1.8" />
API Differences between 2013.1.8 and 2014.4.6-beta2
42 Additions
56 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 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
Renci.SshNet.Messages.Connection
Renci.SshNet.Messages.Transport
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
Renci.SshNet.Security.Cryptography.Ciphers
Renci.SshNet.Sftp