1 write to SecurityAuditLogLocation
System.ServiceModel (1)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
131behavior.SecurityAuditLogLocation = this.auditLogLocation;
3 references to SecurityAuditLogLocation
System.ServiceModel (3)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
130authenticationBehavior.auditLogLocation = dispatch.SecurityAuditLogLocation;
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (1)
143behavior.auditLogLocation = dispatch.SecurityAuditLogLocation;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
53this.auditLogLocation = dispatch.SecurityAuditLogLocation;