System::Security::Cryptography::SHA512::Create طريقة
SHA512::Create() method
ينشئ مثالًا لخوارزمية التجزئة.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
مثيل الهاشر المُنشأ حديثًا.
انظر أيضًا
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA512::Create(const String&) method
ينشئ مثالًا لخوارزمية التجزئة.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| Parameter | Type | الوصف |
|---|---|---|
| algName | const String& | يجب أن يكون “System.Security.Cryptography.SHA512”. |
ReturnValue
مثيل الهاشر المُنشأ حديثًا.
انظر أيضًا
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++