System::Security::Cryptography::SHA512 class
Contenuti
[
Nascondere
]SHA512 class
Calcola l’hash SHA512 per i dati di input. In C++ SHA512 non è una classe astratta. Gli oggetti di questa classe devono essere allocati solo utilizzando la funzione System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class SHA512 : public System::Security::Cryptography::HashAlgorithm
Metodi
| Metodo | Descrizione |
|---|---|
| static Create() | Crea un’istanza dell’algoritmo di hash. |
| static Create(const String&) | Crea un’istanza dell’algoritmo di hash. |
Vedi anche
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++