SecurityElementBase.KeyEntropyMode 屬性

定義

取得或設定用於建立金鑰的 Entropy 來源。

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 值,指定用於建立金鑰的 Entropy 來源。 預設值是 CombinedEntropy

屬性

適用於