System::Security::Cryptography::HashAlgorithm::Create メソッド

HashAlgorithm::Create method

名前に基づいてハッシュアルゴリズムを作成します。

static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
パラメーター説明
hashNameconst String&次のいずれかの値: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160”、またはそれらに “System.Security.Cryptography.” プレフィックスを付けたもの。

参照