次の方法で共有


SymmetricSecurityKey.GetKeyedHashAlgorithm(String) メソッド

定義

派生クラスでオーバーライドされた場合は、指定したキー ハッシュ アルゴリズムのインスタンスを取得します。

public:
 abstract System::Security::Cryptography::KeyedHashAlgorithm ^ GetKeyedHashAlgorithm(System::String ^ algorithm);
public abstract System.Security.Cryptography.KeyedHashAlgorithm GetKeyedHashAlgorithm (string algorithm);
abstract member GetKeyedHashAlgorithm : string -> System.Security.Cryptography.KeyedHashAlgorithm
Public MustOverride Function GetKeyedHashAlgorithm (algorithm As String) As KeyedHashAlgorithm

パラメーター

algorithm
String

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

戻り値

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

注釈

SecurityAlgorithms クラス内のキー付きハッシュ アルゴリズムを表すフィールドを使用して、アルゴリズムを指定します。

適用対象