SecurityBindingElement.KeyEntropyMode プロパティ

定義

キーの作成に使用されるエントロピのソースを取得または設定します。

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

プロパティ値

キーを作成するために使用する SecurityKeyEntropyMode。 既定値は CombinedEntropy です。

注釈

KeyEntropyMode は、サービスが発行するトークン (SecurityContextSecurityToken など) のキーの計算方法を指定します。クライアント キー マテリアルのみを基に計算、サービス キー マテリアルのみを基に計算、または両方の組み合わせを基に計算のいずれかです。

適用対象