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