System::Security::Cryptography::MD5::Create method
MD5::Create() method
Crea l’algoritmo MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Oggetto algoritmo appena creato.
Vedi anche
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
MD5::Create(const String&) method
Crea l’algoritmo MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parametro | Tipo | Descrizione |
|---|---|---|
| algName | const String& | Dovrebbe essere “System.Security.Cryptography.MD5”. |
ReturnValue
Oggetto algoritmo appena creato.
Vedi anche
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++