C# Class Poderosa.ConnectionParam.AuthTypeMixin

Utility methods for conversion between AuthType and AuthenticationType.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
ToAuthType ( this authenticationType ) : AuthType

Converts AuthenticationType to AuthType.

ToAuthenticationType ( this authType ) : AuthenticationType

Converts AuthType to AuthenticationType.

Method Details

ToAuthType() public static méthode

Converts AuthenticationType to AuthType.
public static ToAuthType ( this authenticationType ) : AuthType
authenticationType this
Résultat AuthType

ToAuthenticationType() public static méthode

Converts AuthType to AuthenticationType.
public static ToAuthenticationType ( this authType ) : AuthenticationType
authType this
Résultat AuthenticationType