Interface IPrivateKeySource
- 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
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.