MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Account Class

Account related data information for the transaction being sent to the web service.

Syntax

public sealed class Account

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Public Constructors

Constructor.

Public Properties

[read-only]
UserId string . 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 user ID.
[read-only]
Username string . The username associated with the account. This is not the MD5 of username. Rather, the MD5 is automatically generated from this string.
[read-only]
UsernameMD5 string . The MD5 generated from the Username

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Account Constructor

Constructor.

Syntax

public Account (string userId, string username)

Parameters

userId
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 user ID.
username
The username associated with the account. This is not the MD5 of username. Rather, the MD is automatically generated from this string.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

UserId Property

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 user ID.

Syntax

[Newtonsoft.Json.JsonProperty("user_id")]
public string UserId { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Username Property

The username associated with the account. This is not the MD5 of username. Rather, the MD5 is automatically generated from this string.

Syntax

[Newtonsoft.Json.JsonIgnore]
public string Username { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

UsernameMD5 Property

The MD5 generated from the Username

Syntax

[Newtonsoft.Json.JsonProperty("username_md5")]
public string UsernameMD5 { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0