PasswordUtilMD5Password Method |
Namespace: Sfs2X.Util
public static string MD5Password( string pass )
string userName = "testName"; string userPass = "testPass"; string md5Pass = PasswordUtil.MD5Password(userPass); sfs.Send(new LoginRequest(userName, md5Pass, sfs.Config.Zone));