3 references to EncryptBeforeSign
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageProtectionOrder.cs (1)
20
|| value == MessageProtectionOrder.
EncryptBeforeSign
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1405
if (protectionOrder == MessageProtectionOrder.
EncryptBeforeSign
)
1432
order = MessageProtectionOrder.
EncryptBeforeSign
;