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