RequestSecurityToken.ComputedKeyAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 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,表示在计算密钥用于颁发的令牌时要使用的所需算法。