C# 클래스 Renci.SshNet.AuthenticationMethod

Base class for all supported authentication methods
상속: IAuthenticationMethod
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
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