System::Security::Cryptography::SHA512::Create method
SHA512::Create() method
Maakt een instantie van een hash-algoritme.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
Nieuw aangemaakte hasher instantie.
Zie ook
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA512::Create(const String&) method
Maakt een instantie van een hash-algoritme.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| Parameter | Type | Beschrijving |
|---|---|---|
| algName | const String& | Moet “System.Security.Cryptography.SHA512” zijn. |
ReturnValue
Nieuw aangemaakte hasher instantie.
Zie ook
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++