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