Renci.SshNet.NoneAuthenticationMethod.NoneAuthenticationMethod C# (CSharp) Метод

NoneAuthenticationMethod() публичный Метод

Initializes a new instance of the NoneAuthenticationMethod class.
is whitespace or null.
public NoneAuthenticationMethod ( string username ) : System
username string The username.
Результат System
        public NoneAuthenticationMethod(string username)
            : base(username)
        {
        }