Renci.SshNet.ConnectionInfo.IConnectionInfoInternal C# (CSharp) Méthode

IConnectionInfoInternal() private méthode

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

Same methods

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