RequestMessageHost
Represents "hostbased" SSH_MSG_USERAUTH_REQUEST message.
Gets the name of the client host as ASCII encoded byte array.
Gets the client username on the client host as UTF-8 encoded byte array.
Gets the public host key and certificates for client host.
Gets the public key algorithm for host key as ASCII encoded byte array.
Gets 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.