3 writes to protectTokens
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
72
this.
protectTokens
= defaultProtectTokens;
107
this.
protectTokens
= elementToBeCloned.protectTokens;
236
this.
protectTokens
= value;
3 references to protectTokens
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
107
this.protectTokens = elementToBeCloned.
protectTokens
;
232
return this.
protectTokens
;
1839
sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ProtectTokens: {0}", this.
protectTokens
.ToString()));