System::Security::Cryptography::MD5::Create méthode
MD5::Create() method
Crée l’algorithme MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Objet d’algorithme nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
MD5::Create(const String&) method
Crée l’algorithme MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Paramètre | Type | Description |
|---|---|---|
| algName | const String& | Doit être “System.Security.Cryptography.MD5”. |
ReturnValue
Objet d’algorithme nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++