SecurityKeyEntropyMode 枚举

定义

描述用于密钥生成的平均信息量来源。

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

字段

ClientEntropy 0

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

CombinedEntropy 2

客户端和服务器都提供使用 P-SHA1 函数组合的平均信息量,以派生已颁发令牌的密钥。 由于 SHA1 出现冲突问题,Microsoft 建议使用基于 SHA256 或更好的安全模型。

ServerEntropy 1

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

注解

此模式描述客户端和服务器如何计算共享对称密钥,以与由服务器颁发的令牌一起使用。

适用于