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 |
---|---|---|
int |
Indicates whether the CA certificate has been verified. |
|
int |
Indicates whether the certification chain has been verified. |
|
int |
Indicates whether the governance that issued the VDS is valid. |
|
int |
Indicates whether the LoTL governance that issued the VDS is valid. |
|
int |
Indicates whether the manifest governance that issued the VDS is valid. |
|
int |
Indicates whether the signing certificate was legitimately authorized to sign the VDS. |
|
int |
Indicates whether the TSL governance that issued the VDS is valid. |
|
int |
Indicates whether the VDS is still valid, ie. it has not expired. |
|
int |
Indicates whether the signature of the VDS has been verified. |