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