Search Results for

    Show / Hide Table of Contents

    Class VerifyVerification

    Information related to the verification of the authenticated digital ID cardholder.

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

    Constructors

    | Improve this Doc View Source

    VerifyVerification(String, String, String)

    Declaration
    public VerifyVerification(string verificationId, string verifiedAt, string signature)
    Parameters
    Type Name Description
    System.String verificationId
    System.String verifiedAt
    System.String signature

    Properties

    | Improve this Doc View Source

    Signature

    Base64-encoded enveloping XAdES signature conforming to ETSI TS 103 171 v2.1.1 Baseline Profile B-B. See section Signature for detailed information about the contents of the signature.

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

    VerificationId

    Unique identifier for the performed verification, UUID.

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

    VerifiedAt

    Timestamp in ISO 8601 indicating date and time in UTC when the verification of the digital ID card was performed.

    Declaration
    public string VerifiedAt { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    VerifyVerificationExtensions.GetVerifiedAtDateTime(VerifyVerification)
    VerifyVerificationExtensions.GetSignatureXml(VerifyVerification)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution