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