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)
1405if (protectionOrder == MessageProtectionOrder.EncryptBeforeSign) 1432order = MessageProtectionOrder.EncryptBeforeSign;