SignHash()
ECDsaBotan::SignHash(const ByteArrayPtr&) method
Computes the signature of specified input value.
ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override
Arguments
Parameter | Type | Description |
---|---|---|
hash | const ByteArrayPtr& | Hash value of data to be signed. |
Return Value
ECDSA signature for specified hash.
See Also
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Slides