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