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