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