共用方式為


RequestedProofToken.ComputedKeyAlgorithm 屬性

定義

取得在合併 Entropy 情況下用來計算工作階段金鑰的計算金鑰演算法。

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,指出必須計算金鑰時所使用的計算金鑰演演算法;例如,當要求者和簽發者同時指定 entropy 時,在合併的 entropy 案例中。

適用於