共用方式為


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,代表當已發行的令牌使用計算密鑰時要使用的所需演算法。

適用於