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 SourceVerifyAuthentication(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 SourceIdentifiedAt
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 |
OcspResponse
The OCSP response received during BankID authentication in 'open ID card'.
Declaration
public string OcspResponse { get; }
Property Value
Type | Description |
---|---|
System.String |
OrderRef
The orderRef received during BankID authentication in 'open ID card'
Declaration
public string OrderRef { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |