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 案例中。

适用于