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.Page for C++
SHA512::Create(const String&) method
Hash algoritması örneği oluşturur.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| Parameter | Type | Açıklama |
|---|---|---|
| algName | const String& | Şu olmalıdır: “System.Security.Cryptography.SHA512”. |
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.Page for C++