var fDesc=new Array(); fDesc[0] = "The DigitalPersona One Touch for Windows Software Development Kit (SDK) gives developers the power of DigitalPersona fingerprint authentication security within their Windows applications. The One Touch for Windows SDK supports the DigitalPersona U.are.U Fingerprint Readers, Modules and Keyboard.

The development kit includes an API to provide image capture from DigitalPersona fingerprint readers, feature extraction, fingerprint enrollment and matching in ANSI C, C++, C#, Java, VB.NET as well as Active X/COM programming environments. Also included are a fully distributable DigitalPersona runtime engine, sample code and a richly detailed developer’s guide.

The product supports the following operating environments:

Windows 7 (32/64-bit), Vista (32/64-bit), XP (32/64-bit), XP Embedded (32-bit) and Server 2003/2008 (32/64-bit)
Citrix Presentation Client/Server
Windows Terminal Services including RDP
Microsoft .NET
Java"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }