메소드 | 설명 | |
---|---|---|
AuthentificateUser ( |
||
CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void | ||
ResetCurrentUser ( ) : void |
메소드 | 설명 | |
---|---|---|
AuthentificateUserCallback ( AuthentificationCode result ) : void | ||
CheckUserDataCallback ( AuthentificationCode result ) : void | ||
InvokeCallbackWithAuthCodeParameter ( AuthentificationCode param ) : void | ||
Membership ( ) : System | ||
SetCurrentUser ( |
public static AuthentificateUser ( |
||
user | ||
callback | AuthentificateUserCallback | |
리턴 | void |
public static CheckUserData ( string userName, string password, string serverUrl, AuthentificateUserCallback callback ) : void | ||
userName | string | |
password | string | |
serverUrl | string | |
callback | AuthentificateUserCallback | |
리턴 | void |