IssuedTokenClientElement::DefaultKeyEntropyMode Property

 

Gets or sets the default value of SecurityKeyEntropyMode.

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

public:
[ConfigurationPropertyAttribute("defaultKeyEntropyMode", DefaultValue = SecurityKeyEntropyMode::CombinedEntropy)]
property SecurityKeyEntropyMode DefaultKeyEntropyMode {
	SecurityKeyEntropyMode get();
	void set(SecurityKeyEntropyMode value);
}

.NET Framework
Available since 3.0
Return to top
Show: