Rebex SFTP for .NET

SshHostKeyAlgorithm Enumeration

Host key algorithm.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum SshHostKeyAlgorithm

Members

Member Name Description Value
None No algorithm 0
RSA RSA. 1
DSS DSS. 2
Any Any algorithm. 255

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Ssh (in Rebex.Net.Ssh.dll)

See Also

Rebex.Net Namespace