次の方法で共有


IncrementalHash.CreateHash(HashAlgorithmName) メソッド

定義

hashAlgorithmで指定されたアルゴリズムの IncrementalHash を作成します。

public:
 static System::Security::Cryptography::IncrementalHash ^ CreateHash(System::Security::Cryptography::HashAlgorithmName hashAlgorithm);
public static System.Security.Cryptography.IncrementalHash CreateHash (System.Security.Cryptography.HashAlgorithmName hashAlgorithm);
static member CreateHash : System.Security.Cryptography.HashAlgorithmName -> System.Security.Cryptography.IncrementalHash
Public Shared Function CreateHash (hashAlgorithm As HashAlgorithmName) As IncrementalHash

パラメーター

hashAlgorithm
HashAlgorithmName

実行するハッシュ アルゴリズムの名前。

戻り値

hashAlgorithmで指定されたハッシュ アルゴリズムを計算する準備ができている IncrementalHash インスタンス。

例外

hashAlgorithm.Namenull、または空の文字列です。

hashAlgorithm は既知のハッシュ アルゴリズムではありません。

適用対象