Windows biometrics framework




Windows OS提供了Logon/UAC,用以支持生物识别技术。Biometrics API提供了一系列的API用于接入Biometrics服务,同时用户可以自己开发基于Biometrics API的应用,产生定制化的服务。如,支付、隐私管理、应用权限管理、图像识别等。

Purpose
Plug-in binary component that exposes a standard interface
Connects Biometric Unit (BU) to sensor hardware
Supplements capabilities of simple sensors

Sensor Adapter—数据采集(optional)
Engine Adapter—算法控制(注册、匹配等)(mandatory)
Storage Adapter—安全的模板存储(optional)


WBDI需求:

暴露WBDI 接口GUID

实现必须的IOCTLS

处理请求

UMDF-使用并行I/O queue

请求对象支持取消请求的回调函数

你可能感兴趣的:(biometrics)