Class Device
Information related to the device.
Inheritance
System.Object
Device
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class Device : object
Constructors
| Improve this Doc View SourceDevice(String, String)
Declaration
public Device(string ipAddress, string uhi)
Parameters
Type | Name | Description |
---|---|---|
System.String | ipAddress | |
System.String | uhi |
Properties
| Improve this Doc View SourceIpAddress
The IP address of the user agent as the BankID server discovers it.
Declaration
public string IpAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
Uhi
A unique hardware id of the users device.
Declaration
public string Uhi { get; }
Property Value
Type | Description |
---|---|
System.String |