IssuedTokenClientCredential.DefaultKeyEntropyMode Property
Gets or sets the default value of SecurityKeyEntropyMode.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Security.SecurityKeyEntropyModeThe value of SecurityKeyEntropyMode. The default is CombinedEntropy.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to set a read-only credential. |
When the client does WS-Trust exchange with the Security Token Service to obtain the issued token, it sometimes must exchange key entropy with the Security Token Service to arrive at a shared symmetric key. The Security Token Service typically specifies the entropy exchange mechanism to use in its binding. If no such mechanism is specified in the Security Token Service's binding, the DefaultKeyEntropyMode value is used to exchange entropy with the Security Token Service.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.