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