3 writes to messageAuthenticationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
29this.messageAuthenticationAuditLevel = ServiceSecurityAuditBehavior.defaultMessageAuthenticationAuditLevel; 37this.messageAuthenticationAuditLevel = behavior.messageAuthenticationAuditLevel; 93this.messageAuthenticationAuditLevel = value;
3 references to messageAuthenticationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
37this.messageAuthenticationAuditLevel = behavior.messageAuthenticationAuditLevel; 86return this.messageAuthenticationAuditLevel; 134behavior.MessageAuthenticationAuditLevel = this.messageAuthenticationAuditLevel;