System::Security::Cryptography::ECDsa::SignHash method
ECDsa::SignHash method
Computes the signature of specified input value.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignHash(const ByteArrayPtr &hash)=0
Parameter | Type | Description |
---|---|---|
hash | const ByteArrayPtr& | Hash value of data to be signed. |
ReturnValue
ECDSA signature for specified hash.
See Also
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++