Parcourir la source

Remove partial modifier.

drieseng il y a 9 ans
Parent
commit
6ae759b692
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Renci.SshNet/KeyboardInteractiveAuthenticationMethod.cs

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