4 references to MessageProtectionOrderHelper
System.ServiceModel (4)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
107
if (!
MessageProtectionOrderHelper
.IsDefined(value))
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
68
if (!
MessageProtectionOrderHelper
.IsDefined(value))
System\ServiceModel\Configuration\Properties.cs (1)
3002
properties.Add(new ConfigurationProperty("messageProtectionOrder", typeof(System.ServiceModel.Security.MessageProtectionOrder), System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Security.
MessageProtectionOrderHelper
)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
127
[ServiceModelEnumValidator(typeof(
MessageProtectionOrderHelper
))]