System::Security::Cryptography::MD5::Create method
MD5::Create() method
Creates MD5 algorithm.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Newly created algorithm object.
See Also
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
MD5::Create(const String&) method
Creates MD5 algorithm.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
Parameter | Type | Description |
---|---|---|
algName | const String& | Should be “System.Security.Cryptography.MD5”. |
ReturnValue
Newly created algorithm object.
See Also
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++