次の方法で共有


InMemorySymmetricSecurityKey.GetKeyedHashAlgorithm(String) メソッド

定義

指定したキー付きハッシュ アルゴリズムのインスタンスを取得します。

public:
 override System::Security::Cryptography::KeyedHashAlgorithm ^ GetKeyedHashAlgorithm(System::String ^ algorithm);
public override System.Security.Cryptography.KeyedHashAlgorithm GetKeyedHashAlgorithm (string algorithm);
override this.GetKeyedHashAlgorithm : string -> System.Security.Cryptography.KeyedHashAlgorithm
Public Overrides Function GetKeyedHashAlgorithm (algorithm As String) As KeyedHashAlgorithm

パラメーター

algorithm
String

インスタンスを取得するためのキー付きハッシュ アルゴリズム。

戻り値

キー付きハッシュ アルゴリズムを表す KeyedHashAlgorithm

例外

algorithm がサポートされていません。 サポートされるアルゴリズムは HmacSha1Signature です。

適用対象