Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes the enrollment workflow from the perspective of the adapter plugins.
In Windows 10, we have implemented a V4 engine interface that provides 2 new engine adapter functions, EngineAdapterCreateKey and EngineAdapterIdentifyFeatureSetSecure. These new functions allow support for secure biometrics using TPM 2.0. The following table shows the adapter-side enrollment workflow.
Client API | Adapter Methods |
---|---|
WinBioGetProperty(EXTENDED_ENGINE_INFO) | EngineAdapterQueryExtendedInfo |
WinBioEnrollBegin | |
WinBioEnrollCapture |
|
WinBioGetProperty (EXTENDED_ENROLLMENT_STATUS) | EngineAdapterQueryExtendedEnrollmentStatus |
WinBioEnrollCommit | |
WinBioEnrollDiscard |