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

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(); } }