| 123456789101112131415161718192021222324252627282930313233 |
- 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
- and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
- * FormsAuthenticationTicket.cs: set cookiePath to the default when no
- other provided.
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * DefaultAuthenticationEventHandler.cs:
- * DefaultAuthenticationModule.cs:
- * FileAuthorizationModule.cs:
- * FormsAuthentication.cs:
- * FormsAuthenticationEventArgs.cs:
- * FormsAuthenticationEventHandler.cs:
- * FormsAuthenticationModule.cs:
- * FormsAuthenticationTicket.cs:
- * FormsIdentity.cs:
- * PassportAuthenticationEventArgs.cs:
- * PassportAuthenticationEventHandler.cs:
- * PassportAuthenticationModule.cs:
- * PassportIdentity.cs:
- * UrlAuthorizationModule.cs:
- * WindowsAuthenticationEventArgs.cs:
- * WindowsAuthenticationEventHandler.cs:
- * WindowsAuthenticationModule.cs: new files. Some of them implemented,
- some others stubbed out.
- 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
- * DefaultAuthenticationEventArgs.cs: added file.
|