C# 클래스 Renci.SshNet.Common.AuthenticationEventArgs

Base class for authentication events.
상속: System.EventArgs
파일 보기 프로젝트 열기: sshnet/SSH.NET

보호된 메소드들

메소드 설명
AuthenticationEventArgs ( string username ) : System

Initializes a new instance of the AuthenticationEventArgs class.

메소드 상세

AuthenticationEventArgs() 보호된 메소드

Initializes a new instance of the AuthenticationEventArgs class.
protected AuthenticationEventArgs ( string username ) : System
username string The username.
리턴 System