VerificationResult Structure

Namespace: id3.Bioseal

Definition

Contains data for VerificationResult
class VerificationResult
class VerificationResult
public partial struct VerificationResult
public class VerificationResult
public typealias VerificationResult = id3BiosealVerificationResult
typedef struct id3BiosealVerificationResult

Properties

Name

Type

Description

caCertificateVerified

int

Indicates whether the CA certificate has been verified.

certificationChainVerified

int

Indicates whether the certification chain has been verified.

governanceValid

int

Indicates whether the governance that issued the VDS is valid.

lotlGovernanceValid

int

Indicates whether the LoTL governance that issued the VDS is valid.

manifestGovernanceValid

int

Indicates whether the manifest governance that issued the VDS is valid.

signingCertificateUsageAuthorized

int

Indicates whether the signing certificate was legitimately authorized to sign the VDS.

tslGovernanceValid

int

Indicates whether the TSL governance that issued the VDS is valid.

vdsNotExpired

int

Indicates whether the VDS is still valid, ie. it has not expired.

vdsSignatureVerified

int

Indicates whether the signature of the VDS has been verified.