3 writes to messageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
35this.messageProtectionOrder = elementToBeCloned.messageProtectionOrder; 67this.messageProtectionOrder = SecurityBindingElement.defaultMessageProtectionOrder; 109this.messageProtectionOrder = value;
3 references to messageProtectionOrder
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
35this.messageProtectionOrder = elementToBeCloned.messageProtectionOrder; 103return this.messageProtectionOrder; 448sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", this.messageProtectionOrder.ToString()));