1 write to MessageAuthenticationAuditLevel
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceSecurityAuditElement.cs (1)
68behavior.MessageAuthenticationAuditLevel = this.MessageAuthenticationAuditLevel;
17 references to MessageAuthenticationAuditLevel
System.ServiceModel (17)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
252instance.SetProperty(AdministrationStrings.MessageAuthenticationAuditLevel, specificBehavior.MessageAuthenticationAuditLevel.ToString());
System\ServiceModel\Channels\HttpChannelListener.cs (5)
520if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)) 527if (AuditLevel.Success == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Success)) 579if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)) 588if (AuditLevel.Success == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Success)) 670if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure))
System\ServiceModel\Channels\HttpsChannelListener.cs (6)
218if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)) 225if (AuditLevel.Success == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Success)) 279if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)) 286if (AuditLevel.Success == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Success)) 335if (result != HttpStatusCode.OK && (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure))) 383if (result != HttpStatusCode.OK && (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)))
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (2)
232if (AuditLevel.Failure == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Failure)) 239if (result != null && AuditLevel.Success == (this.AuditBehavior.MessageAuthenticationAuditLevel & AuditLevel.Success))
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1943factory.MessageAuthenticationAuditLevel = auditBehavior.MessageAuthenticationAuditLevel;
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
623if ((this.channelListener.AuditBehavior.MessageAuthenticationAuditLevel & auditLevel) != auditLevel)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
850if ((this.transportSettings.AuditBehavior.MessageAuthenticationAuditLevel & auditLevel) != auditLevel)