Search Results for

    Show / Hide Table of Contents

    Class StepUp

    Information about extra verifications that were part of the transaction.

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

    Constructors

    | Improve this Doc View Source

    StepUp(Boolean)

    Declaration
    public StepUp(bool mrtd)
    Parameters
    Type Name Description
    System.Boolean mrtd

    Properties

    | Improve this Doc View Source

    Mrtd

    Result of the MRTD (Machine readable travel document) verification. Mrtd true if the mrtd check was performed and passed. Mrtd false if the mrtd check was performed and failed.

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