Method | Description | |
---|---|---|
AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool | ||
RegisterUserScopeIsValid ( this user ) : bool |
public static AuthenticateUserScopeIsValid ( this user, string email, string encryptedPassword ) : bool | ||
user | this | |
string | ||
encryptedPassword | string | |
return | bool |
public static RegisterUserScopeIsValid ( this user ) : bool | ||
user | this | |
return | bool |