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 SourceStepUp(Boolean)
Declaration
public StepUp(bool mrtd)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | mrtd |
Properties
| Improve this Doc View SourceMrtd
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 |