SecurityBindingElement.KeyEntropyMode 属性

定义

获取或设置用于创建密钥的熵来源。

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):是仅基于客户端密钥材料进行计算,还是仅基于服务密钥材料进行计算,或是同时基于两者进行计算。

适用于