Windows CE 6.0上的EAP-PEAP和EAP-TLS实现 [英] EAP-PEAP and EAP-TLS implementation on Windows CE 6.0

查看:67
本文介绍了Windows CE 6.0上的EAP-PEAP和EAP-TLS实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试实施EAP-PEAP Windows CE 6.0。


我在MSDN上阅读了以下文章  https://msdn.microsoft.com/en-us/library/ee494062%28v=winembedded.60% 29.aspx?f = 255& MSPPError = -2147217396



它表示单独实现RasEapGetIdentity函数DLL。只有当  RAS_EAP_VALUENAME_INVOKE_NAMEDLG  时,此功能才会调用bt RAS服务器此EAP的b $ b设置为0.我还将  RAS_EAP_VALUENAME_INBOKE_PWWDLG  设置为0.


现在要传递身份,会有成员pszIdentity接受用户。


我想知道如何传递密码。



请帮助。

解决方案

您好AjayShankar,


文档很清楚,如果你没有显示对话框,你应该检索生物识别数据之类的东西。 

请参阅https:// msdn.microsoft.com/en-us/library/windows/desktop/aa363514(v=vs.85).aspx。


... EAP供应商可以创建相关值, 注册表中的 RAS_EAP_VALUENAME_INVOKE_PWDDLG
。如果此值存在且设置为零,则服务将不显示标准系统密码对话框。在实施诸如指纹扫描之类的生物识别方法来验证用户时,此值很有用。如果RAS_EAP_VALUENAME_INVOKE_NAMEDLG
和RAS_EAP_VALUENAME_INVOKE_PWDDLG值均为零,则可以使用身份UI获取身份和生物识别信息......


因此,您应该如果你没有利用对话框,你已经有了自己提供密码的方法。


此致,


IoTGirl


Hi,

I am trying implement EAP-PEAP in Windows CE 6.0.

I read following article at MSDN https://msdn.microsoft.com/en-us/library/ee494062%28v=winembedded.60%29.aspx?f=255&MSPPError=-2147217396

It says that implement RasEapGetIdentity function in separate dll. This function will called bt RAS server only if  RAS_EAP_VALUENAME_INVOKE_NAMEDLG that is in the registry for this EAP is set to 0. I also set RAS_EAP_VALUENAME_INBOKE_PWWDLG to 0.

Now to pass Identity there is member pszIdentity which takes the user.

I want to know how to pass the Password.

Please help.

解决方案

Hi AjayShankar,

The documentation is pretty clear that if you are not displaying the dialog, you should be retrieving something like biometric data.  See https://msdn.microsoft.com/en-us/library/windows/desktop/aa363514(v=vs.85).aspx.

...the EAP vendor may create a related value, RAS_EAP_VALUENAME_INVOKE_PWDDLG, in the registry. If this value is present and is set to zero, the service will not display the standard system password dialog. This value is useful when implementing a biometric method such as a fingerprint scan to authenticate the user. If both the RAS_EAP_VALUENAME_INVOKE_NAMEDLG and RAS_EAP_VALUENAME_INVOKE_PWDDLG values are zero, an identity UI could be used to obtain both the identity and biometric information...

Therefore, you should already have your own method for providing the password if you are not leveraging the dialog.

Sincerely,

IoTGirl


这篇关于Windows CE 6.0上的EAP-PEAP和EAP-TLS实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆