3 references to defaultMessageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
67this.messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder;
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
43this.messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder;
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
126[ConfigurationProperty(ConfigurationStrings.MessageProtectionOrder, DefaultValue = SecurityBindingElement.defaultMessageProtectionOrder)]