SecurityKeyEntropyMode Enumeration
.NET Framework (current version)
Describes the source of entropy used for key generation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| ClientEntropy | The client provides the key used for the issued token. | |
| CombinedEntropy | The client and server both provide entropy that is combined using the P-SHA1 function to derive the key of the issued token. | |
| ServerEntropy | The server provides the key for the issued token. |
This mode describes how the client and server compute a shared symmetric key to use with a token issued by the server.
.NET Framework
Available since 3.0
Available since 3.0
Show: