Search Results for

    Show / Hide Table of Contents

    Class VerifyUser

    Information related to the authenticated ID cardholder.

    Inheritance
    System.Object
    VerifyUser
    Namespace: ActiveLogin.Authentication.BankId.Api.Models
    Assembly: ActiveLogin.Authentication.BankId.Api.dll
    Syntax
    public class VerifyUser : object

    Constructors

    | Improve this Doc View Source

    VerifyUser(String, String, String, String, Int32)

    Declaration
    public VerifyUser(string personalIdentityNumber, string givenName, string surname, string name, int age)
    Parameters
    Type Name Description
    System.String personalIdentityNumber
    System.String givenName
    System.String surname
    System.String name
    System.Int32 age

    Properties

    | Improve this Doc View Source

    Age

    The digital ID cardholder's age.

    Declaration
    public int Age { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GivenName

    The digital ID cardholder's given name.

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

    Name

    The digital ID cardholder's given name and surname.

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

    PersonalIdentityNumber

    The ID number of the digital ID cardholder. The ID number is a Swedish personal identity number (12 digits).

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

    Surname

    The digital ID cardholder's surname.

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