Search Results for

    Show / Hide Table of Contents

    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 Source

    Device(String, String)

    Declaration
    public Device(string ipAddress, string uhi)
    Parameters
    Type Name Description
    System.String ipAddress
    System.String uhi

    Properties

    | Improve this Doc View Source

    IpAddress

    The IP address of the user agent as the BankID server discovers it.

    Declaration
    public string IpAddress { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Uhi

    A unique hardware id of the users device.

    Declaration
    public string Uhi { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution