Search Results for

    Show / Hide Table of Contents

    Class VerifyAuthentication

    Information related to the BankID authentication of the digital ID cardholder during 'open ID card'.

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

    Constructors

    | Improve this Doc View Source

    VerifyAuthentication(String, String, String, String)

    Declaration
    public VerifyAuthentication(string identifiedAt, string orderRef, string signature, string ocspResponse)
    Parameters
    Type Name Description
    System.String identifiedAt
    System.String orderRef
    System.String signature
    System.String ocspResponse

    Properties

    | Improve this Doc View Source

    IdentifiedAt

    Timestamp in ISO 8601 indicating date and time in UTC when digital ID cardholder was identified using BankID.

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

    OcspResponse

    The OCSP response received during BankID authentication in 'open ID card'.

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

    OrderRef

    The orderRef received during BankID authentication in 'open ID card'

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

    Signature

    The signature received during BankID authentication in 'open ID card'. The content of the signature is described in BankID Signature Profile specification. String. Base64-encoded. XML signature.

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

    Extension Methods

    VerifyAuthenticationExtensions.GetIdentifiedAtDateTime(VerifyAuthentication)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution