System::Security::Cryptography::SHA512::Create विधि
SHA512::Create() method
हैश एल्गोरिदम का इंस्टेंस बनाता है।
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
नया बनाया गया हैशर इंस्टेंस।
संबंधित देखें
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA512::Create(const String&) method
हैश एल्गोरिदम का इंस्टेंस बनाता है।
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| algName | const String& | “System.Security.Cryptography.SHA512” होना चाहिए। |
ReturnValue
नया बनाया गया हैशर इंस्टेंस।
संबंधित देखें
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++