System::Security::Cryptography::ECDsa::SignHash method
ECDsa::SignHash method
计算指定输入值的签名。
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignHash(const ByteArrayPtr &hash)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 哈希 | const ByteArrayPtr& | 待签名数据的哈希值。 |
ReturnValue
指定哈希的 ECDSA 签名。
另见
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++