Renci.SshNet.Security.HostAlgorithm.HostAlgorithm C# (CSharp) Method

HostAlgorithm() protected method

Initializes a new instance of the HostAlgorithm class.
protected HostAlgorithm ( string name )
name string The host key name.
        protected HostAlgorithm(string name)
        {
            Name = name;
        }