System::Security::Cryptography::MD5::Create yöntemi
MD5::Create() method
Oluşturur MD5 algoritması.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create()
ReturnValue
Yeni oluşturulmuş algoritma nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class MD5
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
MD5::Create(const String&) method
Oluşturur MD5 algoritması.
static SharedPtr<MD5> System::Security::Cryptography::MD5::Create(const String &algName)
| Parameter | Type | Açıklama |
|---|---|---|
| algName | const String& | “System.Security.Cryptography.MD5” olmalı. |
ReturnValue
Yeni oluşturulmuş algoritma nesnesi.
Ayrıca Bakınız
- Typedef SharedPtr
- Class MD5
- Class String
- Class MD5
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++