Create()
SHA512::Create() method
Creates hash algorithm instance.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
Return Value
Newly created hasher instance.
SHA512::Create(const String&) method
Creates hash algorithm instance.
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
Arguments
Parameter | Type | Description |
---|---|---|
algName | const String& | Must be "System.Security.Cryptography.SHA512". |
Return Value
Newly created hasher instance.
See Also
- Typedef SharedPtr
- Class SHA512
- Class String
- Namespace System::Security::Cryptography
- Library Aspose.Slides