System::Security::Cryptography::MD5::Create метод
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++