Renci.SshNet.ConnectionInfo.IConnectionInfoInternal C# (CSharp) Method

IConnectionInfoInternal() private method

private IConnectionInfoInternal ( ) : IAuthenticationMethod
return IAuthenticationMethod
        IAuthenticationMethod IConnectionInfoInternal.CreateNoneAuthenticationMethod()
        {
            return new NoneAuthenticationMethod(Username);
        }

Same methods

ConnectionInfo::IConnectionInfoInternal ( object sender, MessageEventArgs e ) : void