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