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