1 write to MessageAuthenticationAuditLevel
System.ServiceModel (1)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (1)
134behavior.MessageAuthenticationAuditLevel = this.messageAuthenticationAuditLevel;
2 references to MessageAuthenticationAuditLevel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (1)
132authenticationBehavior.messageAuthenticationAuditLevel = dispatch.MessageAuthenticationAuditLevel;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
52this.auditLevel = dispatch.MessageAuthenticationAuditLevel;