2 writes to messageAuthenticationAuditLevel
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
154this.messageAuthenticationAuditLevel = factory.messageAuthenticationAuditLevel; 284this.messageAuthenticationAuditLevel = value;
3 references to messageAuthenticationAuditLevel
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
154this.messageAuthenticationAuditLevel = factory.messageAuthenticationAuditLevel; 278return this.messageAuthenticationAuditLevel; 887requirement.MessageAuthenticationAuditLevel = this.messageAuthenticationAuditLevel;