System::Security::Cryptography::HashAlgorithm::Create メソッド
HashAlgorithm::Create method
名前に基づいてハッシュアルゴリズムを作成します。
static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
| パラメーター | 型 | 説明 |
|---|---|---|
| hashName | const String& | 次のいずれかの値: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160”、またはそれらに “System.Security.Cryptography.” プレフィックスを付けたもの。 |
参照
- Typedef SharedPtr
- Class HashAlgorithm
- Class String
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++