4 references to SignBeforeEncryptAndEncryptSignature
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
30internal const MessageProtectionOrder defaultMessageProtectionOrder = MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageProtectionOrder.cs (1)
19|| value == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1309if (protectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature 1436order = MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature;