2 writes to MessageProtectionOrder
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
530
result.
MessageProtectionOrder
= MessageProtectionOrder.SignBeforeEncrypt;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
543
binding.
MessageProtectionOrder
= order;
4 references to MessageProtectionOrder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
196
if (asbe1.
MessageProtectionOrder
!= asbe2.
MessageProtectionOrder
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
510
CreateWsspEncryptBeforeSigningAssertion(binding.
MessageProtectionOrder
),
1306
protectionOrder = ((AsymmetricSecurityBindingElement)binding).
MessageProtectionOrder
;