RequestSecurityToken.ComputedKeyAlgorithm 属性
定义
当计算密钥被用于公开的标记时,获取表示拟用期望算法的 URI。 Gets a URI that represents the desired algorithm to use when computed keys are used for issued tokens.
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。A string that contains the URI that represents the computed key algorithm.
注解
表示 wst: ComputedKeyAlgorithm 元素。Represents the wst:ComputedKeyAlgorithm element. 此可选元素指定一个 URI,该 URI 表示在将计算键用于已颁发的令牌时要使用的所需算法。This optional element specifies a URI that represents the desired algorithm to use when computed keys are used for issued tokens.