System::Security::Cryptography::HashAlgorithm::Create method

HashAlgorithm::Create method

Creates hash algorithm based on name.

static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
ParameterTypeDescription
hashNameconst String&One of the following values: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160” or any of them with “System.Security.Cryptography.” prefix.

See Also