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ámetro | Tipo | Descripción |
|---|---|---|
| hashName | const 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
- Typedef SharedPtr
- Class HashAlgorithm
- Class String
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++