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