C# Phone FingerPrint Reader

Sertan Özcan 1 Reputation point
2022-10-20T08:01:01.46+00:00

Form entry in C# using phone's own fingerprint

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,433 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Sreeju Nair 11,941 Reputation points
    2022-10-20T10:38:39.457+00:00

    using finger print in the application depends on what type of application you are developing. For e.g. if you want web applicaton to be authenticated against finger print in mobile device, you may use Web Authentication API.

    https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
    https://itnext.io/biometrics-fingerprint-auth-in-your-web-apps-d5599522d0b3

    If you are speaking about native mobile application, refer MAUI

    https://www.andreasnesheim.no/how-to-use-biometric-authentication-in-net-maui/

    Hope this helps

    1 person found this answer helpful.

  2. satya karki 986 Reputation points MVP
    2022-10-20T11:24:51.63+00:00
    1 person found this answer helpful.
    0 comments No comments

  3. Sertan Özcan 1 Reputation point
    2022-10-25T06:05:26.127+00:00

    Helppp plss

    0 comments No comments