Tuesday, February 17th, 2009
| Event |
Description |
| WebAuditEvent |
Base class for all audit events. |
| WebFailureAuditEvent |
Base class for all failure audit events, which are raised whenever a security action fails. ASP.NET 2.0 raises these events when URL or file authorization fails to authorize the request. |
| WebSuccessAuditEvent |
Base class for all success audit events, which are raised whenever a security action succeeds. ASP.NET 2.0 raises these events when URL or file authorization succeeds in authorizing the request. |
| WebAuthenticationFailureAuditEvent |
Base class for authentication failure audit events, which are raised whenever an authentication attempt fails. ASP.NET 2.0 raises these events when Membership providers or forms authentication fail to validate provided credentials, or when the forms authentication ticket fails to be decrypted or validated. |
| WebAuthenticationSuccessAuditEvent |
Base class for authentication success audit events, which are raised whenever an authentication attempt succeeds. ASP.NET 2.0 raises these events when Membership providers or forms authentication succeed in validating provided credentials. |
| WebViewStateFailureAuditEvent |
The class for the ViewState failure audit event, which is raised whenever ASP.NET fails to process the ViewState due to an encryption or validation problem. |
Source : Click Here…
Share on Facebook
Tags: .NET 2.0, Event
Posted in .NET 2.0 | No Comments »