3 writes to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
29
_messageProtectionOrder
= elementToBeCloned._messageProtectionOrder;
44
_messageProtectionOrder
= SecurityBindingElement.defaultMessageProtectionOrder;
71
_messageProtectionOrder
= value;
3 references to _messageProtectionOrder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (3)
29
_messageProtectionOrder = elementToBeCloned.
_messageProtectionOrder
;
65
return
_messageProtectionOrder
;
186
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}",
_messageProtectionOrder
.ToString()));