Adapter Workflow
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 |