Renci.SshNet.IPrivateKeySource public interface IPrivateKeySource Documentation Code namespace Renci.SshNet { public interface IPrivateKeySource { IReadOnlyCollection<HostAlgorithm> HostKeyAlgorithms { get; } } }