6 references to ProtectTokens
System.ServiceModel (6)
System\ServiceModel\Configuration\SecurityElementBase.cs (6)
134
[ConfigurationProperty(ConfigurationStrings.
ProtectTokens
, DefaultValue = false)]
137
get { return (bool)base[ConfigurationStrings.
ProtectTokens
]; }
138
set { base[ConfigurationStrings.
ProtectTokens
] = value; }
193
if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.
ProtectTokens
].ValueOrigin)
271
if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.
ProtectTokens
].ValueOrigin)
655
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProtectTokens
, sbe.ProtectTokens);