Search Results for

    Show / Hide Table of Contents

    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 Source

    User(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 Source

    GivenName

    The given name of the user.

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

    Name

    The given name and surname of the user.

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

    PersonalIdentityNumber

    The personal number.

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

    Surname

    The surname of the user.

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