BiometricVerificationRules.verifyAll Property

Module: BiometricVerificationRules

Type: bool

Definition

Indicates whether all verification rules must be respected.

verify_all: bool

Exceptions

An error has occurred during Bioseal Library execution.
bool get verifyAll => getVerifyAll();

Exceptions

An error has occurred during Bioseal Library execution.
public bool verifyAll
{
    get => GetverifyAll();
}

Exceptions

An error has occurred during Bioseal Library execution.
public boolean getVerifyAll() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var verifyAll: Bool
    get {
        return try! getVerifyAll()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRules_GetVerifyAll (ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES hBiometricVerificationRules, bool * verifyAll)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.