C# Класс Holyprin.Web.Security.ExtensionMethods

Показать файл Открыть проект

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

Метод Описание
CheckPasswordPolicy ( this provider, string password ) : bool
GetConfigValue ( this config, string name, bool defaultValue ) : bool
GetConfigValue ( this config, string name, int defaultValue ) : int
GetConfigValue ( this config, string name, string defaultValue ) : string

Описание методов

CheckPasswordPolicy() публичный статический Метод

public static CheckPasswordPolicy ( this provider, string password ) : bool
provider this
password string
Результат bool

GetConfigValue() публичный статический Метод

public static GetConfigValue ( this config, string name, bool defaultValue ) : bool
config this
name string
defaultValue bool
Результат bool

GetConfigValue() публичный статический Метод

public static GetConfigValue ( this config, string name, int defaultValue ) : int
config this
name string
defaultValue int
Результат int

GetConfigValue() публичный статический Метод

public static GetConfigValue ( this config, string name, string defaultValue ) : string
config this
name string
defaultValue string
Результат string