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