RequestMessagePublicKey
Represents "publickey" SSH_MSG_USERAUTH_REQUEST message.
Gets the name of the public key algorithm.
Gets the public key data.
Gets or sets public key signature.
public RequestMessagePublicKey(ServiceName serviceName, string username, string keyAlgorithmName, byte[] keyData)
Initializes a new instance of the RequestMessagePublicKey class.
public RequestMessagePublicKey(ServiceName serviceName, string username, string keyAlgorithmName, byte[] keyData, byte[] signature)
Initializes a new instance of the RequestMessagePublicKey class.