This week I finally have had some time to take a look underneath the Membership and Roles infrastructure in ASP.NET 2.0 and have a significant update to the ASP.NET SmartCard HttpModule coming in the next couple weeks, as well as some necessary additions. A preview of this update: SmartCard support under...
Posted to
Underground Coding
on Thu, Feb 14 2008
Filed under: security, smartcard, .net, httpmodule, membership, asp.net
Table of Contents This is a more complete follow-up article on how to implement Smart Card Authentication in ASP.NET using Http Modules. Sample code in C# is now available here . VB.Net Projects to be posted soon. You can also download a PDF version of this article here . I. Introduction II. Building...
Posted to
Underground Coding
on Mon, Apr 23 2007
Filed under: security, smartcard, .net, httpmodule, asp.net
Back to Table of Contents : Implementing SmartCard Authentication with ASP.NET 1. http://support.microsoft.com/kb/307985 INFO: ASP.NET HTTP Modules and HTTP Handlers Overview This article introduces the ASP.NET HTTP modules and HTTP handlers 2. http://msdn.microsoft.com/msdnmag/issues/02/09/HTTPPipelines...
Posted to
Underground Coding
on Mon, Apr 23 2007
Filed under: security, smartcard, .net, httpmodule, asp.net
Page 9 of 9 Previous Page: Additional Implementation Details | Next Page: Further Reading Once you have your SmartCardPrincipal setup, there are several ways to implement authorization with the IPrincipal using Code Access Security (CAS) for authorization within ASP.NET. We can configure Role base authorization...
Posted to
Underground Coding
on Mon, Apr 23 2007
Filed under: security, smartcard, .net, httpmodule, asp.net