2 writes to AuditLogLocation
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1940factory.AuditLogLocation = auditBehavior.AuditLogLocation; 1947factory.AuditLogLocation = ServiceSecurityAuditBehavior.defaultAuditLogLocation;
3 references to AuditLogLocation
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (2)
811SecurityAuditHelper.WriteMessageAuthenticationSuccessEvent(this.factory.AuditLogLocation, 840SecurityAuditHelper.WriteMessageAuthenticationFailureEvent(this.factory.AuditLogLocation,
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
490requirement.AuditLogLocation = sessionProtocolFactory.AuditLogLocation;