System::Security::Cryptography::MD5::Create methode
MD5::Create() method
Maakt MD5 algoritme.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Nieuw aangemaakt algoritme-object.
Zie ook
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
MD5::Create(const String&) method
Maakt MD5 algoritme.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parameter | Type | Beschrijving |
|---|---|---|
| algName | const String& | Moet “System.Security.Cryptography.MD5” zijn. |
ReturnValue
Nieuw aangemaakt algoritme-object.
Zie ook
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++