MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Device Class

This object contains information about the device that MaxMind believes is associated with the IP address passed in the request. In order to receive device output from minFraud Insights or minFraud Factors, you must be using the Device Tracking Add-on.

Syntax

public sealed class Device

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Device ()
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Confidence Nullable<double> . A number representing the confidence that the DeviceId refers to a unique device as opposed to a cluster of similar devices. A confidence of 0.01 indicates very low confidence that the device is unique, whereas 99 indicates very high confidence.
[read-only]
Id Nullable<Guid> . A UUID that MaxMind uses for the device associated with this IP address. Note that many devices cannot be uniquely identified because they are too common (for example, all iPhones of a given model and OS release). In these cases, the minFraud service will simply not return a UUID for that device.
[read-only]
LastSeen Nullable<DateTimeOffset> . The date and time of the last sighting of the device.

Public Methods

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

Member Details

Device Constructor

Documentation for this section has not yet been entered.

Syntax

public Device ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Confidence Property

A number representing the confidence that the DeviceId refers to a unique device as opposed to a cluster of similar devices. A confidence of 0.01 indicates very low confidence that the device is unique, whereas 99 indicates very high confidence.

Syntax

[Newtonsoft.Json.JsonProperty("confidence")]
public Nullable<double> Confidence { 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.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Id Property

A UUID that MaxMind uses for the device associated with this IP address. Note that many devices cannot be uniquely identified because they are too common (for example, all iPhones of a given model and OS release). In these cases, the minFraud service will simply not return a UUID for that device.

Syntax

[Newtonsoft.Json.JsonProperty("id")]
public Nullable<Guid> Id { 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.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

LastSeen Property

The date and time of the last sighting of the device.

Syntax

[Newtonsoft.Json.JsonProperty("last_seen")]
public Nullable<DateTimeOffset> LastSeen { 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.Response
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

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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