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