mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 13:39:09 +00:00
Remove partial modifier.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Renci.SshNet
|
||||
/// <summary>
|
||||
/// Provides functionality to perform keyboard interactive authentication.
|
||||
/// </summary>
|
||||
public partial class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
|
||||
public class KeyboardInteractiveAuthenticationMethod : AuthenticationMethod, IDisposable
|
||||
{
|
||||
private AuthenticationResult _authenticationResult = AuthenticationResult.Failure;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user