System::Security::Cryptography::MD5::Create method
MD5::Create() method
ينشئ خوارزمية MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
كائن الخوارزمية المُنشأ حديثًا.
انظر أيضًا
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
MD5::Create(const String&) method
ينشئ خوارزمية MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| معامل | نوع | الوصف |
|---|---|---|
| algName | const String& | يجب أن يكون “System.Security.Cryptography.MD5”. |
ReturnValue
كائن الخوارزمية المُنشأ حديثًا.
انظر أيضًا
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++