Add winlogon login method using C# and YubiKey

偶尔善良 提交于 2019-12-06 08:37:30

There is an article about implementing a custom Credential Provider here, and there is some samples here. However, I do believe you need to implement a custom Credential Provider in native code, which would typically mean C/C++. The examples are in C.

You should probably do some googling before undertaking the task. Do be aware that GINA is the old Windows login mechanism, and has been removed from Windows since Vista (so you can ignore articles about that).

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