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.Page for C++
MD5::Create(const String&) method
创建 MD5 算法。
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parameter | Type | 描述 |
|---|---|---|
| algName | const String& | 应为 “System.Security.Cryptography.MD5”。 |
ReturnValue
新创建的算法对象。
另见
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++