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