| 123456789101112131415161718192021222324252627282930313233343536 |
- 2002-03-05 Gaurav Vaish <[email protected]>
- I have planned to stop work for the time being. The reasons are
- seemingly obvious. I have to go and read some theory and get the
- philosophy and the procedure involved. I think there would deep
- linkage with System.Web.Configuration namespace.
- What I have planned is to first come with some architecture over
- which I will build some modules that will finally lead to code
- generation. Hooh! A long way to go before I get sandwiched in the
- exams that start next week.
- 2002-03-05 Gaurav Vaish <[email protected]>
- * DefaultAuthenticationModule.cs - Initial implementation.
- * FileAuthorizationModule.cs - Initial implementation.
- * FormsAuthentication.cs - First touch.
- * DefaultAuthenticationEventArgs.cs
- - Completed.
- * FormsAuthenticationEventArgs.cs,
- * PassportAuthenticationEventArgs.cs,
- * WindowsAuthenticationEventArgs.cs
- - Initial Implementations.
- * DefaultAuthenticationEventHandler.cs,
- * FormsAuthenticationEventHandler.cs,
- * PassportAuthenticationEventHandler.cs,
- * WindowsAuthenticationEventHandler.cs
- - Completed.
- // File Created 2002-03-05
|