System::Security::Cryptography::ECDsaBotan::SignHash method

ECDsaBotan::SignHash method

Computes the signature of specified input value.

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override
ParameterTypeDescription
hashconst ByteArrayPtr&Hash value of data to be signed.

ReturnValue

ECDSA signature for specified hash.

See Also