4 references to SignBeforeEncryptAndEncryptSignature
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
30
internal 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)
1309
if (protectionOrder == MessageProtectionOrder.
SignBeforeEncryptAndEncryptSignature
1436
order = MessageProtectionOrder.
SignBeforeEncryptAndEncryptSignature
;