System::Security::Cryptography::SHA512::Create 方法
SHA512::Create() method
创建哈希算法实例。
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create()
ReturnValue
新创建的哈希器实例。
另见
- Typedef SharedPtr
- Class SHA512
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
SHA512::Create(const String&) method
创建哈希算法实例。
static SharedPtr<SHA512> System::Security::Cryptography::SHA512::Create(const String &algName)
| 参数 | 类型 | 描述 |
|---|---|---|
| algName | const String& | 必须为 “System.Security.Cryptography.SHA512”。 |
ReturnValue
新创建的哈希器实例。
另见
- Typedef SharedPtr
- Class SHA512
- Class String
- Class SHA512
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++