Метод | Описание | |
---|---|---|
GeneratePasswordHash ( String source ) : String | ||
LoginGuest ( String uuid, Int32>.Action |
||
LoginMember ( String uuid, String userId, String userPwd, Int32>.Action |
||
RegisterGuest ( String uuid, Action |
||
RegisterMember ( String uuid, String userId, String userPwd, Action |
Метод | Описание | |
---|---|---|
MD5Hash ( String source ) : String | ||
Membership ( ) : System |
public static GeneratePasswordHash ( String source ) : String | ||
source | String | |
Результат | String |
public LoginGuest ( String uuid, Int32>.Action |
||
uuid | String | |
onComplete | Int32>.Action | |
Результат | void |
public LoginMember ( String uuid, String userId, String userPwd, Int32>.Action |
||
uuid | String | |
userId | String | |
userPwd | String | |
onComplete | Int32>.Action | |
Результат | void |
public RegisterGuest ( String uuid, Action |
||
uuid | String | |
onComplete | Action |
|
Результат | void |
public RegisterMember ( String uuid, String userId, String userPwd, Action |
||
uuid | String | |
userId | String | |
userPwd | String | |
onComplete | Action |
|
Результат | void |