System::Security::Cryptography::MD5::Create Methode
MD5::Create() method
Erstellt den MD5 Algorithmus.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Neu erstelltes Algorithmus-Objekt.
Siehe auch
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
MD5::Create(const String&) method
Erstellt den MD5 Algorithmus.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| algName | const String& | Sollte “System.Security.Cryptography.MD5” sein. |
ReturnValue
Neu erstelltes Algorithmus-Objekt.
Siehe auch
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++