From 224d00293b1d98c51658ede7ea2392062702d640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Ayd=C4=B1n?= Date: Fri, 1 Sep 2023 11:43:19 +0300 Subject: [PATCH] Fix typo in adapter-workflow.md --- desktop-src/SecBioMet/adapter-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-src/SecBioMet/adapter-workflow.md b/desktop-src/SecBioMet/adapter-workflow.md index a72ff28f415..464511950aa 100644 --- a/desktop-src/SecBioMet/adapter-workflow.md +++ b/desktop-src/SecBioMet/adapter-workflow.md @@ -10,7 +10,7 @@ ms.date: 05/31/2018 This section describes the enrollment workflow from the perspective of the adapter plugins. -In Windows 10, we ve implemented a V4 engine interface that provides 2 new engine adapter functions, [**EngineAdapterCreateKey**](/windows/desktop/api/Winbio_adapter/nc-winbio_adapter-pibio_engine_create_key_fn) and [**EngineAdapterIdentifyFeatureSetSecure**](/windows/desktop/api/Winbio_adapter/nc-winbio_adapter-pibio_engine_identify_feature_set_secure_fn). These new functions allow support for secure biometrics using TPM 2.0. The following table shows the adapter-side enrollment workflow. +In Windows 10, we have implemented a V4 engine interface that provides 2 new engine adapter functions, [**EngineAdapterCreateKey**](/windows/desktop/api/Winbio_adapter/nc-winbio_adapter-pibio_engine_create_key_fn) and [**EngineAdapterIdentifyFeatureSetSecure**](/windows/desktop/api/Winbio_adapter/nc-winbio_adapter-pibio_engine_identify_feature_set_secure_fn). These new functions allow support for secure biometrics using TPM 2.0. The following table shows the adapter-side enrollment workflow.