7 writes to MessageProtectionOrder
System.ServiceModel (7)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
305forward.MessageProtectionOrder = this.MessageProtectionOrder; 334reverse.MessageProtectionOrder = this.MessageProtectionOrder;
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (5)
176protocolFactory.MessageProtectionOrder = this.MessageProtectionOrder; 229sessionFactory.MessageProtectionOrder = this.MessageProtectionOrder; 258protocolFactory.MessageProtectionOrder = this.MessageProtectionOrder; 319sessionFactory.MessageProtectionOrder = this.MessageProtectionOrder; 357protocolFactory.MessageProtectionOrder = this.MessageProtectionOrder;
3 references to MessageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Security\MessageSecurityProtocol.cs (3)
312securityHeader.SignThenEncrypt = factory.MessageProtectionOrder != MessageProtectionOrder.EncryptBeforeSign; 316securityHeader.EncryptPrimarySignature = factory.MessageProtectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature; 400securityHeader.SetRequiredProtectionOrder(factory.MessageProtectionOrder);