Renci.SshNet.Messages.Authentication.InformationResponseMessage
Represents SSH_MSG_USERAUTH_INFO_RESPONSE message.
namespace Renci.
SshNet.
Messages.
Authentication
{
internal sealed class InformationResponseMessage :
Message
{
public List<
string>
Responses { get; }
public InformationResponseMessage();
}
}