1 write to AuditLogLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceSecurityAuditElement.cs (1)
65
behavior.
AuditLogLocation
= this.AuditLogLocation;
10 references to AuditLogLocation
System.ServiceModel (10)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
249
instance.SetProperty(AdministrationStrings.AuditLogLocation, specificBehavior.
AuditLogLocation
.ToString());
System\ServiceModel\Channels\HttpChannelListener.cs (2)
621
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(this.AuditBehavior.
AuditLogLocation
,
626
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(this.AuditBehavior.
AuditLogLocation
,
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (2)
261
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(this.AuditBehavior.
AuditLogLocation
,
266
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(this.AuditBehavior.
AuditLogLocation
,
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
1940
factory.AuditLogLocation = auditBehavior.
AuditLogLocation
;
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
644
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(auditBehavior.
AuditLogLocation
,
649
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(auditBehavior.
AuditLogLocation
,
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
870
SecurityAuditHelper.WriteTransportAuthenticationSuccessEvent(auditBehavior.
AuditLogLocation
,
875
SecurityAuditHelper.WriteTransportAuthenticationFailureEvent(auditBehavior.
AuditLogLocation
,