WebEventCodes::AuditCodeBase Field
Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.
Assembly: System.Web (in System.Web.dll)
The AuditCodeBase value represents the offset for the major event code range associated with the WebAuthenticationSuccessAuditEvent, WebSuccessAuditEvent, WebAuthenticationFailureAuditEvent, WebFailureAuditEvent, and WebViewStateFailureAuditEvent types.
All audit codes are assigned values greater than AuditCodeBase.
Available since 2.0
AuditFormsAuthenticationSuccess
AuditMembershipAuthenticationSuccess
AuditFormsAuthenticationFailure
AuditMembershipAuthenticationFailure
AuditUrlAuthorizationFailure
AuditFileAuthorizationFailure
AuditUnhandledSecurityException
AuditUnhandledAccessException
AuditInvalidViewStateFailure
WebEventCodes Class
System.Web.Management Namespace