SecurityBindingElement::KeyEntropyMode Property
.NET Framework (current version)
Gets or sets the source of entropy used to create keys.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SecurityKeyEntropyMode KeyEntropyMode { SecurityKeyEntropyMode get(); void set(SecurityKeyEntropyMode value); }
Property Value
Type: System.ServiceModel.Security::SecurityKeyEntropyModeThe SecurityKeyEntropyMode used to create keys. The default value is CombinedEntropy.
The KeyEntropyMode specifies how the key for tokens (such as SecurityContextSecurityToken) issued by the service is computed: whether it is computed based on the client key material only, on the service key material only, or on a combination of both.
.NET Framework
Available since 3.0
Available since 3.0
Show: