Remove biomentric data from smartcard

回眸只為那壹抹淺笑 提交于 2019-12-11 11:04:19

问题


I am trying to remove the recorded fingerprint information from a smartcard using the Windows Biometric Framework.

I can delete the recorded fingerprints with the following steps:

opening a session

WinBioOpenSession

logging in using the fingerprint reader

WinBioLogonIdentifiedUser 

read the availabe used fingerprints

WinBioEnumEnrollments

remove the fingerprint information

WinBioDeleteTemplate

But this only works when the user is avaliable!

Is there a way to remove biometric information as card-administrator?

Edit: I am using a Gemalto SmartCard.

来源:https://stackoverflow.com/questions/10447271/remove-biomentric-data-from-smartcard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!