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
ParameterTypeDescription
hashconst ByteArrayPtr&Hash value of data to be signed.

ReturnValue

ECDSA signature for specified hash.

See Also