Răsfoiți Sursa

Remove partial modifier.

drieseng 9 ani în urmă
părinte
comite
6ae759b692

+ 1 - 1
src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs

@@ -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;