SignHash()

ECDsaBotan::SignHash(const ByteArrayPtr&) method

Computes the signature of specified input value.

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override

Arguments

ParameterTypeDescription
hashconst ByteArrayPtr&Hash value of data to be signed.

Return Value

ECDSA signature for specified hash.

See Also