System::Security::Cryptography::MD5::Create método
MD5::Create() method
Crea el algoritmo MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Objeto de algoritmo recién creado.
Ver también
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
MD5::Create(const String&) method
Crea el algoritmo MD5.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| algName | const String& | Debe ser “System.Security.Cryptography.MD5”. |
ReturnValue
Objeto de algoritmo recién creado.
Ver también
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++