System::Security::Cryptography::SHA512::Create metodu
SHA512::Create() method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
Yeni oluşturulan hasher örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA512::Create(const String&) method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| Parametre | Tür | Açıklama |
|---|---|---|
| algName | const String& | “System.Security.Cryptography.SHA512” olmalıdır. |
ReturnValue
Yeni oluşturulan hasher örneği.
Ayrıca Bakınız
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++