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