3 writes to MessageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
944
result.
MessageProtectionOrder
= MessageProtectionOrder.SignBeforeEncrypt;
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
217
asbe.
MessageProtectionOrder
= this.MessageProtectionOrder;
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
543
binding.
MessageProtectionOrder
= order;
8 references to MessageProtectionOrder
System.ServiceModel (8)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
333
instance.SetProperty(AdministrationStrings.MessageProtectionOrder, specificElement1.
MessageProtectionOrder
.ToString());
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
305
forward.MessageProtectionOrder = this.
MessageProtectionOrder
;
334
reverse.MessageProtectionOrder = this.
MessageProtectionOrder
;
System\ServiceModel\Configuration\SecurityElementBase.cs (3)
535
if (asbe1.
MessageProtectionOrder
!= asbe2.
MessageProtectionOrder
)
708
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MessageProtectionOrder, asbe.
MessageProtectionOrder
);
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
510
CreateWsspEncryptBeforeSigningAssertion(binding.
MessageProtectionOrder
),
1306
protectionOrder = ((AsymmetricSecurityBindingElement)binding).
MessageProtectionOrder
;