Method | Description | |
---|---|---|
ChangePassword ( |
||
CheckPassword ( string newPassword ) : bool | ||
GetLoggedIn ( ) : string | ||
IsLoggedIn ( string userName ) : bool | ||
Login ( |
||
Logout ( string user ) : void | ||
UserHasPassword ( |
public static ChangePassword ( |
||
loginCriteria | ||
newPassword | string | |
return | void |
public static CheckPassword ( string newPassword ) : bool | ||
newPassword | string | |
return | bool |
public static IsLoggedIn ( string userName ) : bool | ||
userName | string | |
return | bool |
public static Login ( |
||
dto | ||
return | void |
public static UserHasPassword ( |
||
userLoginDto | ||
return | bool |