BiometricIdentity A fingerprint Identification and recognition windows application which is used to enroll and identify users enrolled into the system. The application has ability to authenticate users using their biometric detail. In order to run the project, you will need to install Microsoft Visual C++ Desktop application development workload. The development environment used to develop the application included all the optional packages with the C++ desktop development
If any error is encountered building the ftrSDKHelper project, refer to this fix at stackoverflow to resolve the issue
for errors relating to cannot find MSVCRTD use the Permanent Fix from Roham at the stackoverflow link
Most likely, one would want to incorporate this application with Asp.NetCore
, in order to do that, modify the ApplicationDbContext to inherit from IdentityDbContext
, Inherit the User from IdentityUser
of Microsoft.AspNetCore.Identity
for the application to have a reference of the underlying model and any necessary model needed to be referenced in the DbContext