Search Results for

    Show / Hide Table of Contents

    Class PhoneRequirement

    Requirements on how the auth or sign order must be performed.

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

    Constructors

    | Improve this Doc View Source

    PhoneRequirement(Nullable<List<String>>, Nullable<Boolean>)

    Declaration
    public PhoneRequirement(List<string>? certificatePolicies = null, bool? pinCode = null)
    Parameters
    Type Name Description
    System.Nullable<List<System.String>> certificatePolicies

    The oid in certificate policies in the user certificate. List of String.

    System.Nullable<System.Boolean> pinCode

    Users are required to sign the transaction with their PIN code, even if they have biometrics activated.

    If set to true, the user is required to use pin code If set to false, the users is not required to use pin code and are allowed to use fingerprint.

    Properties

    | Improve this Doc View Source

    CertificatePolicies

    The oid in certificate policies in the user certificate. List of String.

    Declaration
    public List<string>? CertificatePolicies { get; }
    Property Value
    Type Description
    System.Nullable<List<System.String>>
    | Improve this Doc View Source

    PinCode

    Users are required to sign the transaction with their PIN code, even if they have biometrics activated.

    If set to true, the user is required to use pin code If set to false, the users is not required to use pin code and are allowed to use fingerprint.

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