Sivarajan Sivanesan
Sivarajan Sivanesan

Reputation: 172

Windows Credential Provider - Is there a way to communicate or interfere with windows Hello API?

I am developing the credential provider, that require to communicate / interfere with windows hello and get the authentication done.

Is there any way to communicate with Windows Hello and alter the functionality of authentication?

Upvotes: 0

Views: 418

Answers (1)

Juan Rojas
Juan Rojas

Reputation: 8861

I think your question is not very clear. Windows Hello and Windows Biometric Credential Provider communicate with Windows Biometric Framework API and this WBF API requires a compatible driver that implements Windows Biometric Driver Interface.

If you are developing a credential provider with a propietary driver this answer may help: https://stackoverflow.com/a/45878192/403999

Upvotes: 1

Related Questions