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