<PackageReference Include="SSH.NET" Version="2020.0.1" />

Renci.SshNet.Messages.Authentication.InformationResponseMessage

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