RequestMessageHost
Represents "hostbased" SSH_MSG_USERAUTH_REQUEST message.
Gets or sets the name of the client host as ASCII encoded byte array.
Gets or sets the client username on the client host as UTF-8 encoded byte array.
Gets or sets the public host key and certificates for client host.
Gets the public key algorithm for host key as ASCII encoded byte array.
Gets or sets the signature.
public RequestMessageHost(ServiceName serviceName, string username, string publicKeyAlgorithm, byte[] publicHostKey, string clientHostName, string clientUsername, byte[] signature)
Initializes a new instance of the RequestMessageHost class.