IssuedSecurityTokenProvider.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

密钥平均信息量模式。

注解

此属性是令牌提供程序与 SecurityTokenService 协商对称密钥以与已颁发的令牌一起使用时所使用的密钥平均信息量模式。

适用于