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