SecurityKeyEntropyMode 枚举

定义

描述用于生成密钥的 entropy 的源。

public enum class SecurityKeyEntropyMode
public enum SecurityKeyEntropyMode
type SecurityKeyEntropyMode = 
Public Enum SecurityKeyEntropyMode
继承
SecurityKeyEntropyMode

字段

名称 说明
ClientEntropy 0

客户端提供用于颁发令牌的密钥。

ServerEntropy 1

服务器为颁发的令牌提供密钥。

CombinedEntropy 2

客户端和服务器都提供使用 P-SHA1 函数组合的 entropy 来派生已颁发的令牌的密钥。 由于 SHA-1 冲突问题,Microsoft建议基于 SHA-256 或更高版本的安全模型。

注解

此模式描述客户端和服务器如何计算用于服务器颁发的令牌的共享对称密钥。

适用于