1 write to enforce
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
1968this.enforce = true;
6 references to enforce
System.ServiceModel (6)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (6)
1871get { return this.enforce && this.protectionOrder == MessageProtectionOrder.EncryptBeforeSign; } 1922Fx.Assert(this.enforce, "OrderTracker should have 'enforce' set to true."); 1930if (this.enforce) 1938Fx.Assert(this.enforce, "OrderTracker should have 'enforce' set to true."); 1949if (this.enforce) 1957Fx.Assert(this.enforce, "OrderTracker should have 'enforce' set to true.");