IssuedTokenClientElement::DefaultKeyEntropyMode Property
.NET Framework (current version)
Gets or sets the default value of SecurityKeyEntropyMode.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("defaultKeyEntropyMode", DefaultValue = SecurityKeyEntropyMode::CombinedEntropy)] property SecurityKeyEntropyMode DefaultKeyEntropyMode { SecurityKeyEntropyMode get(); void set(SecurityKeyEntropyMode value); }
Property Value
Type: System.ServiceModel.Security::SecurityKeyEntropyModeA valid SecurityKeyEntropyMode value. The default value is CombinedEntropy.
.NET Framework
Available since 3.0
Available since 3.0
Show: