Poderosa.Protocols.SSHLoginParameter.SSHLoginParameter C# (CSharp) Method

SSHLoginParameter() public method

public SSHLoginParameter ( ) : System
return System
        public SSHLoginParameter()
        {
            _method = SSHProtocol.SSH2;
            _authType = AuthenticationType.Password;
            _passwordOrPassphrase = "";
            _identityFile = "";
            _letUserInputPassword = true;
            this.Port = 22;
        }

Same methods

SSHLoginParameter::SSHLoginParameter ( SSHLoginParameter src ) : System