C# Class Poderosa.ConnectionParam.AuthTypeMixin

Utility methods for conversion between AuthType and AuthenticationType.
Exibir arquivo Open project: poderosaproject/poderosa

Public Methods

Method Description
ToAuthType ( this authenticationType ) : AuthType

Converts AuthenticationType to AuthType.

ToAuthenticationType ( this authType ) : AuthenticationType

Converts AuthType to AuthenticationType.

Method Details

ToAuthType() public static method

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

ToAuthenticationType() public static method

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