C# Класс Poderosa.ConnectionParam.AuthTypeMixin

Utility methods for conversion between AuthType and AuthenticationType.
Показать файл Открыть проект

Открытые методы

Метод Описание
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