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 SourceVerifyUser(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 SourceAge
The digital ID cardholder's age.
Declaration
public int Age { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
GivenName
The digital ID cardholder's given name.
Declaration
public string GivenName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The digital ID cardholder's given name and surname.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Surname
The digital ID cardholder's surname.
Declaration
public string Surname { get; }
Property Value
Type | Description |
---|---|
System.String |