C# Класс Renci.SshNet.ClientAuthentication

Наследование: IClientAuthentication
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Authenticate ( IConnectionInfoInternal connectionInfo, ISession session ) : void

Приватные методы

Метод Описание
GetOrderedAuthenticationMethods ( AuthenticationState authenticationState, IEnumerable matchingAuthenticationMethods ) : IEnumerable
TryAuthenticate ( ISession session, AuthenticationState authenticationState, ICollection allowedAuthenticationMethods, SshAuthenticationException &authenticationException ) : bool

Описание методов

Authenticate() публичный Метод

public Authenticate ( IConnectionInfoInternal connectionInfo, ISession session ) : void
connectionInfo IConnectionInfoInternal
session ISession
Результат void