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 を指定します。

適用対象