1 write to auditLevel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
52
this.
auditLevel
= dispatch.MessageAuthenticationAuditLevel;
2 references to auditLevel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (2)
259
if (AuditLevel.Success == (this.
auditLevel
& AuditLevel.Success))
277
if (AuditLevel.Failure == (this.
auditLevel
& AuditLevel.Failure))