English 中文(简体)
智能卡 与伙伴关系的认证。 NET
原标题:Smart Card Authentication with ASP.NET

What are the steps required to get smart-cards authentication working in ASP.net?

  • Smart-card reader is installed and works properly on the client s machine
  • user navigates to Login.aspx page and is prompted to swipe his access card
  • how do i authenticate the user

感谢。

最佳回答

我知道通过伙伴关系在客户机器上使用硬件的唯一途径。 净额为正X控制。 这样做将使网站对不经营因特网探索者的人毫无用处。 根据我的经验,你可以说,我是你的标准,但有人会试图使用其他浏览器。 而且,只要你得到您的提名团队的支持,那就算是罚款了。

问题回答

假设你已经知道如何使用智能卡读物机,而且你可以成功地读和编码数据,你下一步是对这一数据表示认可。

同样,你向我提供这方面的任何信息,因此,我假定你有一个数据库,你需要验证你从智能卡获得的数据。

如果上述返回是真实的,则只是一个叫<代码>的案件。 表格Authentication.RedirectFrom CarloinPage,或者如果你希望对Kuchie的更细微控制,那么你就可以创建自己的。 表格A. 疾病类型

如果这是个插头和游戏装置,而你的客户是反倾销领域的一部分,那么简单地使窗户认证使你能够验证智能卡,而不必诉诸海关主动X控制和浏览器粉gin。

这方面的几个要点:





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!