Interface IPrivateKeySource | SSH.NET - A Secure Shell (SSH) library for .NET, optimized for parallelism (original) (raw)

Namespace

Renci.SshNet

Assembly

Renci.SshNet.dll

Represents private key source interface.

public interface IPrivateKeySource

Properties

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.