Method | Description | |
---|---|---|
GenerateSessionKey ( int userID ) : string | ||
ValidateAuthenticationCode ( string authCode ) : void | ||
ValidateNickname ( string nickname ) : void | ||
ValidateSessionKey ( string sessionKey ) : void | ||
ValidateUsername ( string username ) : void |
public static GenerateSessionKey ( int userID ) : string | ||
userID | int | |
return | string |
public static ValidateAuthenticationCode ( string authCode ) : void | ||
authCode | string | |
return | void |
public static ValidateNickname ( string nickname ) : void | ||
nickname | string | |
return | void |
public static ValidateSessionKey ( string sessionKey ) : void | ||
sessionKey | string | |
return | void |
public static ValidateUsername ( string username ) : void | ||
username | string | |
return | void |