24 references to AuditBehavior
System.ServiceModel (24)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
233
get { return base.
AuditBehavior
; }
System\ServiceModel\Channels\HttpChannelListener.cs (9)
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))
621
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(this.
AuditBehavior
.AuditLogLocation,
622
this.
AuditBehavior
.SuppressAuditFailure, null, this.Uri, primaryIdentity);
626
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(this.
AuditBehavior
.AuditLogLocation,
627
this.
AuditBehavior
.SuppressAuditFailure, null, this.Uri, primaryIdentity, exception);
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 (6)
232
if (AuditLevel.Failure == (this.
AuditBehavior
.MessageAuthenticationAuditLevel & AuditLevel.Failure))
239
if (result != null && AuditLevel.Success == (this.
AuditBehavior
.MessageAuthenticationAuditLevel & AuditLevel.Success))
261
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(this.
AuditBehavior
.AuditLogLocation,
262
this.
AuditBehavior
.SuppressAuditFailure, null, this.Uri, primaryIdentity);
266
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(this.
AuditBehavior
.AuditLogLocation,
267
this.
AuditBehavior
.SuppressAuditFailure, null, this.Uri, primaryIdentity, exception);
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
623
if ((this.channelListener.
AuditBehavior
.MessageAuthenticationAuditLevel & auditLevel) != auditLevel)
640
ServiceSecurityAuditBehavior auditBehavior = this.channelListener.
AuditBehavior
;