6 references to EncryptBeforeSign
System.ServiceModel (6)
System\ServiceModel\Security\MessageProtectionOrder.cs (1)
19|| value == MessageProtectionOrder.EncryptBeforeSign;
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
312securityHeader.SignThenEncrypt = factory.MessageProtectionOrder != MessageProtectionOrder.EncryptBeforeSign;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1871get { return this.enforce && this.protectionOrder == MessageProtectionOrder.EncryptBeforeSign; } 1907case MessageProtectionOrder.EncryptBeforeSign:
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1405if (protectionOrder == MessageProtectionOrder.EncryptBeforeSign) 1432order = MessageProtectionOrder.EncryptBeforeSign;