System::Security::Cryptography::SHA1::Create metod
SHA1::Create() method
Skapar en instans av hash‑algoritm.
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create()
ReturnValue
Ny skapad hash-instans.
Se även
- Typedef SharedPtr
- Class SHA1
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SHA1::Create(const String&) method
Skapar en instans av hash‑algoritm.
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create(const String &algName)
| Parameter | Type | Beskrivning |
|---|---|---|
| algName | const String& | Måste vara “System.Security.Cryptography.SHA1”. |
ReturnValue
Ny skapad hash-instans.
Se även
- Typedef SharedPtr
- Class SHA1
- Class String
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++