C# 클래스 Poderosa.ConnectionParam.AuthTypeMixin

Utility methods for conversion between AuthType and AuthenticationType.
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
ToAuthType ( this authenticationType ) : AuthType

Converts AuthenticationType to AuthType.

ToAuthenticationType ( this authType ) : AuthenticationType

Converts AuthType to AuthenticationType.

메소드 상세

ToAuthType() 공개 정적인 메소드

Converts AuthenticationType to AuthType.
public static ToAuthType ( this authenticationType ) : AuthType
authenticationType this
리턴 AuthType

ToAuthenticationType() 공개 정적인 메소드

Converts AuthType to AuthenticationType.
public static ToAuthenticationType ( this authType ) : AuthenticationType
authType this
리턴 AuthenticationType