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