Click or drag to resize

PasswordUtil Class

Helper class for logging in with a pre-hashed password.
Inheritance Hierarchy
SystemObject
  Sfs2X.UtilPasswordUtil

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class PasswordUtil

The PasswordUtil type exposes the following members.

Constructors
  NameDescription
Public methodPasswordUtil
Top
Methods
  NameDescription
Public methodStatic memberCode exampleMD5Password
Generates the MD5 hash of the user password.
Top
Remarks
This is needed if your server-side database stores User passwords hashed with MD5.

For more information see the Sign Up Assistant component tutorial (Password Mode section).

See Also