TODO 1017 B

12345678910111213141516171819202122232425262728293031323334353637
  1. All Classes and Delegates
  2. <attributesIssue>
  3. Attributes may have to be supplied to the classes. Currently, I have
  4. not taken care of these aspects. They are to be handled later on.
  5. </attributesIssue>
  6. <disposableItemsIssue>
  7. I have not taken care of any disposing issues that may be involved. But I
  8. think it will not be a problem since I am no where using unmanaged code.
  9. </disposableItemsIssue>
  10. <legends>
  11. *: Completed
  12. &: Work in progress. See <item-name>.cs file for maintainer's name
  13. </legends>
  14. * DefaultAuthenticationEventArgs
  15. & DefaultAuthenticationModule
  16. & FileAuthorizationModule
  17. & FormsAuthentication
  18. & FormsAuthenticationEventArgs
  19. FormsAuthenticationModule
  20. FormsAuthenticationTicket
  21. FormsIdentity
  22. & PassportAuthenticationEventArgs
  23. PassportAuthenticationModule
  24. PassportIdentity
  25. UrlAuthorizationModule
  26. & WindowsAuthenticationEventArgs
  27. WindowsAuthenticationModule
  28. * DefaultAuthenticationEventHandler
  29. * FormsAuthenticationEventHandler
  30. * PassportAuthenticationEventHandler
  31. * WindowsAuthenticationEventHandler