Class User
Information related to the user.
Inheritance
System.Object
User
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class User : object
Constructors
| Improve this Doc View SourceUser(String, String, String, String)
Declaration
public User(string personalIdentityNumber, string name, string givenName, string surname)
Parameters
Type | Name | Description |
---|---|---|
System.String | personalIdentityNumber | |
System.String | name | |
System.String | givenName | |
System.String | surname |
Properties
| Improve this Doc View SourceGivenName
The given name of the user.
Declaration
public string GivenName { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The given name and surname of the user.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PersonalIdentityNumber
The personal number.
Declaration
public string PersonalIdentityNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
Surname
The surname of the user.
Declaration
public string Surname { get; }
Property Value
Type | Description |
---|---|
System.String |