C# Class Holyprin.Web.Security.ExtensionMethods

Afficher le fichier Open project: holyprin/Holyprin.Web.Security

Méthodes publiques

Méthode Description
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

Method Details

CheckPasswordPolicy() public static méthode

public static CheckPasswordPolicy ( this provider, string password ) : bool
provider this
password string
Résultat bool

GetConfigValue() public static méthode

public static GetConfigValue ( this config, string name, bool defaultValue ) : bool
config this
name string
defaultValue bool
Résultat bool

GetConfigValue() public static méthode

public static GetConfigValue ( this config, string name, int defaultValue ) : int
config this
name string
defaultValue int
Résultat int

GetConfigValue() public static méthode

public static GetConfigValue ( this config, string name, string defaultValue ) : string
config this
name string
defaultValue string
Résultat string