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

Base class for all supported authentication methods
Наследование: IAuthenticationMethod
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Authenticate ( Session session ) : AuthenticationResult

Authenticates the specified session.

Защищенные методы

Метод Описание
AuthenticationMethod ( string username ) : System

Initializes a new instance of the AuthenticationMethod class.

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

Метод Описание
IAuthenticationMethod ( ISession session ) : AuthenticationResult

Authenticates the specified session.

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

Authenticate() публичный абстрактный метод

Authenticates the specified session.
public abstract Authenticate ( Session session ) : AuthenticationResult
session Session The session to authenticate.
Результат AuthenticationResult

AuthenticationMethod() защищенный метод

Initializes a new instance of the AuthenticationMethod class.
is whitespace or null.
protected AuthenticationMethod ( string username ) : System
username string The username.
Результат System