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