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