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 SourceVerifyVerification(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 SourceSignature
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 |
VerificationId
Unique identifier for the performed verification, UUID.
Declaration
public string VerificationId { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |