C# 클래스 Holyprin.Web.Security.ExtensionMethods

파일 보기 프로젝트 열기: holyprin/Holyprin.Web.Security

공개 메소드들

메소드 설명
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