Sdílet prostřednictvím


SecurityBindingElement.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); };
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get; set; }
member this.KeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property KeyEntropyMode As SecurityKeyEntropyMode

Hodnota vlastnosti

Slouží SecurityKeyEntropyMode k vytvoření klíčů. Výchozí hodnota je CombinedEntropy.

Poznámky

Určuje KeyEntropyMode způsob výpočtu klíče pro tokeny (například SecurityContextSecurityToken) vydané službou: jestli se počítá pouze na základě materiálu klíče klienta, pouze na materiálu klíče služby, nebo na kombinaci obou.

Platí pro