Metodo System::Security::Cryptography::HashAlgorithm::Create
HashAlgorithm::Create method
Crea un algoritmo di hash basato sul nome.
static SharedPtr<HashAlgorithm> System::Security::Cryptography::HashAlgorithm::Create(const String &hashName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| hashName | const String& | Uno dei seguenti valori: “MD5”, “SHA1”, “SHA256”, “SHA384”, “SHA512”, “RIPEMD160” o uno di essi con il prefisso “System.Security.Cryptography.”. |
Vedi anche
- Typedef SharedPtr
- Class HashAlgorithm
- Class String
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++