Active Directory 智能卡授权
我正在寻找如何从 C# 客户端应用程序针对 AD 执行智能卡身份验证。我需要使用智能卡登录应用程序。有人可以告诉我在哪里可以找到这方面的 API 吗?谢谢。
Im looking how to perform smart card authentication against AD from C# client application. I need to make logon into application using the smart card. Could somebody give me clue where to find API for this? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用序列化凭证调用 logonuser:
但是要获取证书,您必须枚举 cryptoapi 容器,然后使用 CryptGetKeyParam(KP_CERTIFICATE) 访问证书
you can call logonuser with serialized credential:
But to get the certificate, you will have to enumerate the cryptoapi containter then access the certificate using CryptGetKeyParam(KP_CERTIFICATE)