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