Click or drag to resize

Account Constructor

Constructor.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Account(
	string userId = null,
	string username = null
)

Parameters

userId (Optional)
Type: SystemString
A unique user ID associated with the end-user in your system. If your system allows the login name for the account to be changed, this should not be the login name for the account, but rather should be an internal ID that does not change. This is not your MaxMind account ID.
username (Optional)
Type: SystemString
The username associated with the account. This is not the MD5 of username. Rather, the MD is automatically generated from this string.
See Also