Renci.SshNet.NoneAuthenticationMethod.NoneAuthenticationMethod C# (CSharp) Method

NoneAuthenticationMethod() public method

Initializes a new instance of the NoneAuthenticationMethod class.
is whitespace or null.
public NoneAuthenticationMethod ( string username ) : System
username string The username.
return System
        public NoneAuthenticationMethod(string username)
            : base(username)
        {
        }