Renci.SshNet.ConnectionInfo.IConnectionInfoInternal C# (CSharp) 메소드

IConnectionInfoInternal() 개인적인 메소드

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

Same methods

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