3 references to SignBeforeEncrypt
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
530result.MessageProtectionOrder = MessageProtectionOrder.SignBeforeEncrypt;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageProtectionOrder.cs (1)
18return value == MessageProtectionOrder.SignBeforeEncrypt
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1440order = MessageProtectionOrder.SignBeforeEncrypt;