Method | 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 |
public static CheckPasswordPolicy ( this provider, string password ) : bool | ||
provider | this | |
password | string | |
return | bool |
public static GetConfigValue ( this config, string name, bool defaultValue ) : bool | ||
config | this | |
name | string | |
defaultValue | bool | |
return | bool |
public static GetConfigValue ( this config, string name, int defaultValue ) : int | ||
config | this | |
name | string | |
defaultValue | int | |
return | int |
public static GetConfigValue ( this config, string name, string defaultValue ) : string | ||
config | this | |
name | string | |
defaultValue | string | |
return | string |