System::Security::Cryptography::SHA384::Create Methode
SHA384::Create() method
Erstellt eine Instanz des Hash-Algorithmus.
static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create()
ReturnValue
Neu erstellte Hasher-Instanz.
Siehe auch
- Typedef SharedPtr
- Class SHA384
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA384::Create(const String&) method
Erstellt eine Instanz des Hash-Algorithmus.
static SharedPtr<SHA384> System::Security::Cryptography::SHA384::Create(const String &algName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| algName | const String& | Muss “System.Security.Cryptography.SHA384” sein. |
ReturnValue
Neu erstellte Hasher-Instanz.
Siehe auch
- Typedef SharedPtr
- Class SHA384
- Class String
- Class SHA384
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++