A "Wrapper"-Service for Microsoft.NET for the RSA SecurID 2 factor Token Login ACE-Agent. Usable from ANY .NET-Application (including ASP.NET). Providing a custom Pipeline-Service and a remoted Factory to create Pipelineobjects in your application.
Be the first to post a text review of RSA SecurID for .NET. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Since my first release of this piece of software a few months ago I'm still using the same release without any changes. I think it is okay to change the Project-Status to stable now. I've got only very few feedback right now for the Wrapper, but it would be nice to know, if there are others out there using it or maybe added some yet missing features? Please tell me about... Happy SecurIDing, Bjoern
Inital Release
I was looking for a smart way to integrate RSA SecurID (Token) -Login into my ASP.NET-Application. I found nothing! So i started with a small Console-Application doing the native calls, parse the results and so on. Okay, this worked out fine: I was able to Login and also to do this NextPasscode thing from commandline. Now I tried to put it all into the Web. SHIT! How should I hold the Handle to the unmanaged dll when ASP.NET kills everything (even shared stuff) after finishing the page? No way! Okay: The solution: I've build a remoted object that wrapps the native stuff and holds the handles. I provide a factory to create the Objects for you and deliver them "over the pipe". also I provide a High-Performance, self-scavenging Handle-Cache inside of the Service to do the RSA-Pipelining when working in a stateless environment (what ASP.NET actually is) (With a few tweaks you should also be able to use the Factory and the Pipeline via SOAP). Take a look at the sources. Everything is commented in there. Happy SecurIDing, Bjrn
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?