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