次の方法で共有


SecurityElementBase.KeyEntropyMode プロパティ

定義

キーの作成に使用されるエントロピのソースを取得または設定します。

public:
 property System::ServiceModel::Security::SecurityKeyEntropyMode KeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
[System.Configuration.ConfigurationProperty("keyEntropyMode", DefaultValue=System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy)]
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get; set; }
[<System.Configuration.ConfigurationProperty("keyEntropyMode", DefaultValue=System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy)>]
member this.KeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property KeyEntropyMode As SecurityKeyEntropyMode

プロパティ値

SecurityKeyEntropyMode

キーの作成に使用されるエントロピのソースを指定する有効な SecurityKeyEntropyMode 値。 既定値は CombinedEntropy です。

属性

適用対象