System::Security::Cryptography::HashAlgorithm::Create método

HashAlgorithm::Create method

Crea un algoritmo de hash basado en el nombre.

static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
ParámetroTipoDescripción
hashNameconst String&Uno de los siguientes valores: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160” o cualquiera de ellos con el prefijo “System.Security.Cryptography.”.

Ver también