Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 750 Bytes

supporting-secure-channels-in-wbdi-drivers.md

File metadata and controls

24 lines (11 loc) · 750 Bytes
title description keywords ms.date
Supporting Secure Channels in WBDI Drivers
Supporting Secure Channels in WBDI Drivers
biometric drivers WDK , secure channels
secure channels WDK biometric
03/03/2023

Supporting Secure Channels in WBDI Drivers

To support a secure channel between the host and the device in a WBDI driver, you must encapsulate the security-related functionality in the driver. The driver then manages the secure channel. When the driver passes sample data to the Windows Biometric Service (WBS), the data must be unencrypted. A vendor-supplied engine plug-in within the WBS can set up a secure channel to a web service if necessary.

Security considerations should be transparent to WBF applications.