System::Security::Cryptography::SHA512::Create metode
SHA512::Create() method
Membuat instance algoritma hash.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
Instance hasher yang baru dibuat.
Lihat Juga
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA512::Create(const String&) method
Membuat instance algoritma hash.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| algName | const String& | Harus berupa “System.Security.Cryptography.SHA512”. |
ReturnValue
Instance hasher yang baru dibuat.
Lihat Juga
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++