Method | Description | |
---|---|---|
GenerateStrongPassword ( ) : string | ||
IsStrong ( string plainTextPassword ) : bool | ||
IsVeryStrong ( string plainTextPassword ) : bool | ||
IsWeak ( string plainTextPassword ) : bool | ||
PasswordService ( ) : System |
Method | Description | |
---|---|---|
CalculatePasswordStrength ( String plainTextPassword ) : int |
public IsStrong ( string plainTextPassword ) : bool | ||
plainTextPassword | string | |
return | bool |
public IsVeryStrong ( string plainTextPassword ) : bool | ||
plainTextPassword | string | |
return | bool |
public IsWeak ( string plainTextPassword ) : bool | ||
plainTextPassword | string | |
return | bool |