System::Security::Cryptography::HMAC class
HMAC class
Tutte le implementazioni di Hash-based Message Authentication Code (HMAC) devono ereditare questa 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 HMAC : public System::Security::Cryptography::HashAlgorithm
Metodi
| Metodo | Descrizione |
|---|---|
| static Create() | NON IMPLEMENTATO. |
Vedi anche
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++