Save/Load Fingerprint
-
Is it possible to save a specific Fingerprint for use during a future session?
I want to create multiple users, generate a unique Fingerprint for each, store all users in a database and then each time I run program I want to grab a user and apply the previously generated Fingerprint.
-
Is it possible to save a specific Fingerprint for use during a future session?
Yes, action Get fingerprint returns string, which you can save in file or in database and use later.
-
@caplaz said in Save/Load Fingerprint:
I want to create multiple users, generate a unique Fingerprint for each, store all users in a database and then each time I run program I want to grab a user and apply the previously generated Fingerprint.
Yes, it is possible.