Renci.SshNet.NoneAuthenticationMethod.NoneAuthenticationMethod C# (CSharp) Méthode

NoneAuthenticationMethod() public méthode

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