| 12345678910111213141516171819202122232425262728293031323334353637 |
- All Classes and Delegates
- <attributesIssue>
- Attributes may have to be supplied to the classes. Currently, I have
- not taken care of these aspects. They are to be handled later on.
- </attributesIssue>
- <disposableItemsIssue>
- I have not taken care of any disposing issues that may be involved. But I
- think it will not be a problem since I am no where using unmanaged code.
- </disposableItemsIssue>
- <legends>
- *: Completed
- &: Work in progress. See <item-name>.cs file for maintainer's name
- </legends>
- * DefaultAuthenticationEventArgs
- & DefaultAuthenticationModule
- & FileAuthorizationModule
- & FormsAuthentication
- & FormsAuthenticationEventArgs
- FormsAuthenticationModule
- FormsAuthenticationTicket
- FormsIdentity
- & PassportAuthenticationEventArgs
- PassportAuthenticationModule
- PassportIdentity
- UrlAuthorizationModule
- & WindowsAuthenticationEventArgs
- WindowsAuthenticationModule
- * DefaultAuthenticationEventHandler
- * FormsAuthenticationEventHandler
- * PassportAuthenticationEventHandler
- * WindowsAuthenticationEventHandler
|