.NET Fingerprint SDK
        Posted  
        
            by Kishore A
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kishore A
        
        
        
        Published on 2009-01-14T23:47:55Z
        Indexed on 
            2010/04/27
            14:03 UTC
        
        
        Read the original article
        Hit count: 669
        
I am looking for a comparison of Fingerprint reader SDKs available for .NET (we are using .Net 3.5). My requirements are
  1. Associate more than one fingerprint with a person.
  2. Store the fingerprints it self. (So I do not have to change the Database for my program.)
  3. Work in both event and no-event mode. (Event Mode: Give notification if someone swipes a finger on the reader; No-Event mode: I activate the reader in synchronous mode).
  4. Should provide API for either confirming a user or Identifying a user. (Confirm API: I send the person's ID/unique number and it confirms that it is the same person; Identifying API: The sdk sends the person's ID after it looks up the person using the fingerprint)
I would also like to get a comparison of Fingerprint readers if anybody knows of one available on the internet.
Hope I was clear.
Thanks,
Kishore.
© Stack Overflow or respective owner