Newer Version Available
VerifiedResult Class
Contains information about the verification result that includes the
required verifiers and optional verifiers and the verification status.
Namespace
VerifiedResult Constructors
The following are constructors for VerifiedResult.
VerifiedResult(requiredVerifiers, optionalVerifiers)
Creates an instance of the VerifiedResult class with the specified parameter
values.
Signature
public VerifiedResult(List<id_verification.Verifier> requiredVerifiers, List<id_verification.Verifier> optionalVerifiers)
Parameters
- requiredVerifiers
- Type: List<id_verification.Verifier>
- Required. Represents the list of required input representations for verifier fields.
- optionalVerifiers
- Type: List<id_verification.Verifier>
- Represents the list of optional input representations for verifier fields.
VerifiedResult Properties
The following are properties for VerifiedResult.
optionalVerifiers
Signature
public List<id_verification.Verifier> optionalVerifiers {get; set;}
Property Value
Type: List<id_verification.Verifier>
requiredVerifiers
Signature
public List<id_verification.Verifier> requiredVerifiers {get; set;}
Property Value
Type: List<id_verification.Verifier>