Renci.SshNet.IPrivateKeySource
Represents private key source interface.
namespace Renci.SshNet
{
public interface IPrivateKeySource
{
IReadOnlyCollection<HostAlgorithm> HostKeyAlgorithms { get; }
}
}