6 references to KeyEntropyMode
System.ServiceModel (6)
System\ServiceModel\Configuration\SecurityElementBase.cs (6)
100
[ConfigurationProperty(ConfigurationStrings.
KeyEntropyMode
, DefaultValue = System.ServiceModel.Security.AcceleratedTokenProvider.defaultKeyEntropyMode)]
104
get { return (SecurityKeyEntropyMode)base[ConfigurationStrings.
KeyEntropyMode
]; }
105
set { base[ConfigurationStrings.
KeyEntropyMode
] = value; }
183
if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.
KeyEntropyMode
].ValueOrigin)
281
if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.
KeyEntropyMode
].ValueOrigin)
653
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
KeyEntropyMode
, sbe.KeyEntropyMode);