API Differences between 2024.2.0 and 2025.0.0
47 Additions
15 Removals
Renci.SshNet
-
public abstract class AuthenticationMethod : IAuthenticationMethod
-
public class ConnectionInfo : IConnectionInfoInternal, IConnectionInfo
- public IOrderedDictionary<string, Func<Compressor>> CompressionAlgorithms { get; }
- public IDictionary<string, Func<Compressor>> CompressionAlgorithms { get; }
- public IOrderedDictionary<string, CipherInfo> Encryptions { get; }
- public IOrderedDictionary<string, HashInfo> HmacAlgorithms { get; }
- public IDictionary<string, CipherInfo> Encryptions { get; }
- public IDictionary<string, HashInfo> HmacAlgorithms { get; }
- public IOrderedDictionary<string, Func<byte[], KeyHostAlgorithm>> HostKeyAlgorithms { get; }
- public IDictionary<string, Func<byte[], KeyHostAlgorithm>> HostKeyAlgorithms { get; }
- public IOrderedDictionary<string, Func<IKeyExchange>> KeyExchangeAlgorithms { get; }
- public IDictionary<string, Func<IKeyExchange>> KeyExchangeAlgorithms { get; }
-
public interface IOrderedDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>
-
public interface ISftpClient : IBaseClient, IDisposable
-
public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class NoneAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class PasswordAuthenticationMethod : AuthenticationMethod, IDisposable
-
public class PrivateKeyAuthenticationMethod : AuthenticationMethod, IDisposable
-
public static class SshNetLoggingConfiguration
Renci.SshNet.Abstractions
Renci.SshNet.Messages.Transport
Renci.SshNet.Security
Renci.SshNet.Security.Cryptography
Renci.SshNet.Security.Cryptography.Ciphers
Renci.SshNet.Security.Cryptography.Ciphers.Paddings