SecurityBindingElement.KeyEntropyMode Właściwość

Definicja

Pobiera lub ustawia źródło entropii używanej do tworzenia kluczy.

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

Wartość właściwości

Służy SecurityKeyEntropyMode do tworzenia kluczy. Wartość domyślna to CombinedEntropy.

Uwagi

Określa KeyEntropyMode sposób obliczania klucza tokenów (takich jak SecurityContextSecurityToken) wystawionych przez usługę: czy jest obliczany na podstawie tylko materiału klucza klienta, tylko na materiale klucza usługi, czy na kombinacji obu.

Dotyczy