2 writes to AuditLogLocation
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
885requirement.AuditLogLocation = this.auditLogLocation;
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
490requirement.AuditLogLocation = sessionProtocolFactory.AuditLogLocation;
3 references to AuditLogLocation
System.ServiceModel (3)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (3)
119authenticator.AuditLogLocation = recipientRequirement.AuditLogLocation; 167authenticator.AuditLogLocation = recipientRequirement.AuditLogLocation; 235authenticator.AuditLogLocation = recipientRequirement.AuditLogLocation;