3 references to EncryptBeforeSign
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\MessageProtectionOrder.cs (1)
21|| value == MessageProtectionOrder.EncryptBeforeSign;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
848get { return _enforce && _protectionOrder == MessageProtectionOrder.EncryptBeforeSign; } 879case MessageProtectionOrder.EncryptBeforeSign: