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,该 URI 指示在必须计算密钥时使用的计算密钥算法;例如,在合并的熵情况下,请求者和颁发者都指定了熵。

适用于