SecurityBindingElement.KeyEntropyMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
キーの作成に使用されるエントロピのソースを取得または設定します。
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 など) のキーの計算方法を指定します。クライアント キー マテリアルのみを基に計算、サービス キー マテリアルのみを基に計算、または両方の組み合わせを基に計算のいずれかです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET