Interface IPrivateKeySource | SSH.NET - A Secure Shell (SSH) library for .NET, optimized for parallelism (original) (raw)
Namespace
Assembly
Renci.SshNet.dll
Represents private key source interface.
public interface IPrivateKeySourceProperties
HostKeyAlgorithms
Gets the host keys algorithms.
IReadOnlyCollection<HostAlgorithm> HostKeyAlgorithms { get; }Property Value
IReadOnlyCollection<HostAlgorithm>
Remarks
In situations where there is a preferred order of usage of the host algorithms, the collection should be ordered from most preferred to least.