问题描述
我想对以下地址的帖子有一些准确性:
http:// blogs。 msdn.com/b/wer/archive/2011/02/09/using-the-winqaul-software-web-serviecs-with-live-id-authentication.aspx 。
$
我的问题如下:为了成功编译身份验证示例,我们必须添加/引用。我在代码片段第7行遇到困难(LiveIdAuthentication liveAuth = new LiveIdAuthentication ...)
谢谢
Hi,
I would like to get some precisions concerning the post at the following address:http://blogs.msdn.com/b/wer/archive/2011/02/09/using-the-winqaul-software-web-serviecs-with-live-id-authentication.aspx .
My question is the following: which dll do we have to add / reference in order to successfully compile the authentication example. I am having difficulties with line 7 from the code snippet (LiveIdAuthentication liveAuth = new LiveIdAuthentication...)
Thank you
推荐答案
您需要安装示例应用程序来自http://wer.codeplex.com/。
Live ID身份验证DLL Microsoft.Whos.Shared.Client.LiveID将安装到您的GAC进行身份验证的
你安装了示例应用程序。
你需要添加提到的DLL来编译你的代码。
这篇关于使用WER服务进行实时身份验证(WinQual)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!