3 writes to messageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
28this.messageProtectionOrder = elementToBeCloned.messageProtectionOrder; 43this.messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder; 70this.messageProtectionOrder = value;
3 references to messageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
28this.messageProtectionOrder = elementToBeCloned.messageProtectionOrder; 64return this.messageProtectionOrder; 406sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", this.messageProtectionOrder.ToString()));