7 references to SignBeforeEncrypt
System.ServiceModel (7)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
944result.MessageProtectionOrder = MessageProtectionOrder.SignBeforeEncrypt;
System\ServiceModel\Security\MessageProtectionOrder.cs (1)
17return value == MessageProtectionOrder.SignBeforeEncrypt
System\ServiceModel\Security\MessageSecurityProtocolFactory.cs (1)
24internal const MessageProtectionOrder defaultMessageProtectionOrder = MessageProtectionOrder.SignBeforeEncrypt;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
733actualProtectionOrder = MessageProtectionOrder.SignBeforeEncrypt; 1899goto case MessageProtectionOrder.SignBeforeEncrypt; 1900case MessageProtectionOrder.SignBeforeEncrypt:
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1440order = MessageProtectionOrder.SignBeforeEncrypt;