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: