C# 클래스 Renci.SshNet.ClientAuthentication

상속: IClientAuthentication
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

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