RequestSecurityToken.ComputedKeyAlgorithm 属性

定义

获取一个 URI,该 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,表示在计算密钥用于颁发的令牌时要使用的所需算法。

适用于