SecurityBindingElement.KeyEntropyMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于创建密钥的熵来源。
public:
property System::ServiceModel::Security::SecurityKeyEntropyMode KeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get; set; }
member this.KeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property KeyEntropyMode As SecurityKeyEntropyMode
属性值
用来创建键的 SecurityKeyEntropyMode。 默认值是 CombinedEntropy。
注解
KeyEntropyMode 指定如何计算由服务颁发的令牌密钥(如 SecurityContextSecurityToken):是仅基于客户端密钥材料进行计算,还是仅基于服务密钥材料进行计算,或是同时基于两者进行计算。