RequestSecurityToken.ComputedKeyAlgorithm 属性

定义

当计算密钥被用于公开的标记时,获取表示拟用期望算法的 URI。

public:
 property System::String ^ ComputedKeyAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string ComputedKeyAlgorithm { get; set; }
member this.ComputedKeyAlgorithm : string with get, set
Public Property ComputedKeyAlgorithm As String

属性值

字符串包含表示密钥算法的 URI。

注解

表示 wst:ComputedKeyAlgorithm 元素。 此可选元素指定一个 URI,该 URI 表示在计算密钥用于颁发令牌时要使用的算法。

适用于