RequestedProofToken.ComputedKeyAlgorithm プロパティ

定義

結合されたエントロピ ケースでセッション キーを計算するために使用される計算されたキー アルゴリズムを取得します。

public:
 property System::String ^ ComputedKeyAlgorithm { System::String ^ get(); };
public string ComputedKeyAlgorithm { get; }
member this.ComputedKeyAlgorithm : string
Public ReadOnly Property ComputedKeyAlgorithm As String

プロパティ値

計算されたキー アルゴリズムを示す URI を含む文字列。

注釈

wst:ComputedKey 要素の内容を表します。 この要素には、キーを計算する必要があるときに使用される計算済みキー アルゴリズムを示す URI が含まれています。たとえば、要求元と発行者の両方がエントロピを指定する場合に、エントロピを組み合わせた場合などです。

適用対象