System::Security::Cryptography::MD5::Create method
MD5::Create() method
Membuat algoritma MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Objek algoritma yang baru dibuat.
Lihat Juga
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
MD5::Create(const String&) method
Membuat algoritma MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| algName | const String& | Seharusnya “System.Security.Cryptography.MD5”. |
ReturnValue
Objek algoritma yang baru dibuat.
Lihat Juga
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++