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