RequestedProofToken.ComputedKeyAlgorithm 属性

定义

获取用于在组合平均信息量示例中计算会话密钥的计算密钥算法。Gets the computed key algorithm used to calculate the session key in the combined entropy case.

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

属性值

String

包含指示密钥算法的 URI 字符串。A string that contains a URI that indicates the computed key algorithm.

注解

表示 wst: ComputedKey 元素的内容。Represents the contents of the wst:ComputedKey element. 此元素包含一个 URI,该 URI 指示必须计算键时使用的计算密钥算法;例如,在请求方和颁发者均指定熵时,组合熵情况。This element contains a URI that indicates the computed key algorithm used when keys must be computed; for example, in the combined entropy case when both the requestor and issuer specify entropy.

适用于