Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityBindingElement::KeyEntropyMode Property

 

Gets or sets the source of entropy used to create keys.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SecurityKeyEntropyMode KeyEntropyMode {
	SecurityKeyEntropyMode get();
	void set(SecurityKeyEntropyMode value);
}

Property Value

Type: System.ServiceModel.Security::SecurityKeyEntropyMode

The 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
Return to top
Show:
© 2017 Microsoft