WebEventCodes.AuditCodeBase Campo

Definição

Identifica o deslocamento para os códigos de evento de auditoria de monitoramento de integridade do ASP.NET.Identifies the offset for the ASP.NET health-monitoring audit event codes. Este campo é constante.This field is constant.

public: int AuditCodeBase = 4000;
public const int AuditCodeBase = 4000;
val mutable AuditCodeBase : int
Public Const AuditCodeBase As Integer  = 4000

Valor do campo

Int32

Comentários

O AuditCodeBase valor representa o deslocamento para o intervalo de código de evento principal associado WebAuthenticationSuccessAuditEvent aos WebSuccessAuditEvent tipos,, WebAuthenticationFailureAuditEvent , WebFailureAuditEvent e WebViewStateFailureAuditEvent .The AuditCodeBase value represents the offset for the major event code range associated with the WebAuthenticationSuccessAuditEvent, WebSuccessAuditEvent, WebAuthenticationFailureAuditEvent, WebFailureAuditEvent, and WebViewStateFailureAuditEvent types.

Todos os códigos de auditoria recebem valores maiores que AuditCodeBase .All audit codes are assigned values greater than AuditCodeBase.

Aplica-se a

Confira também