Freigeben über


SecurityElementBase.KeyEntropyMode Eigenschaft

Definition

Ruft die Entropiequelle zum Erstellen von Schlüsseln ab oder legt diese fest.

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

Eigenschaftswert

SecurityKeyEntropyMode

Ein gültiger SecurityKeyEntropyMode-Wert, der die Entropiequelle zum Erstellen von Schlüsseln angibt. Der Standardwert ist CombinedEntropy.

Attribute

Gilt für