RequestedProofToken.ComputedKeyAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取计算密钥算法,该算法用于在合并的 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 案例中。