次の方法で共有


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 が含まれています。たとえば、リクエスタと発行者の両方がエントロピを指定した場合のエントロピの組み合わせの場合などです。

適用対象