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.Page 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.Page for C++