System::Security::Cryptography::SHA1::Create method
SHA1::Create() method
Creates hash algorithm instance.
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create()
ReturnValue
Newly created hasher instance.
See Also
- Typedef SharedPtr
- Class SHA1
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
SHA1::Create(const String&) method
Creates hash algorithm instance.
static SharedPtr<SHA1> System::Security::Cryptography::SHA1::Create(const String &algName)
Parameter | Type | Description |
---|---|---|
algName | const String& | Must be “System.Security.Cryptography.SHA1”. |
ReturnValue
Newly created hasher instance.
See Also
- Typedef SharedPtr
- Class SHA1
- Class String
- Class SHA1
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++