SecurityElementBase.KeyEntropyMode Eigenschaft

Definition

Ruft die Quelle der Entropie ab, die zum Erstellen von Schlüsseln verwendet wird, oder legt sie 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

Ein gültiger SecurityKeyEntropyMode Wert, der die Quelle der Entropie angibt, die zum Erstellen von Schlüsseln verwendet wird. Der Standardwert ist CombinedEntropy.

Attribute

Gilt für: