Device Class |
Namespace: MaxMind.MinFraud.Response
The Device type exposes the following members.
Name | Description | |
---|---|---|
![]() | Confidence |
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.
|
![]() | Id |
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.
|
![]() | LastSeen |
The date and time of the last sighting of the device.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides Object.ToString().) |