BiometricVerificationRules Class¶
Namespace: id3.Bioseal
Definition¶
Represents a list of biometric verification rules.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
bool |
Indicates whether all verification rules must be respected. |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.