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