Sdílet prostřednictvím


SecurityElementBase.KeyEntropyMode Vlastnost

Definice

Získá nebo nastaví zdroj entropie použitý k vytvoření klíčů.

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

Hodnota vlastnosti

SecurityKeyEntropyMode

Platná SecurityKeyEntropyMode hodnota, která určuje zdroj entropie použitý k vytvoření klíčů. Výchozí hodnota je CombinedEntropy.

Atributy

Platí pro