SignHash()

ECDsa::SignHash(const ByteArrayPtr&) method

Computes the signature of specified input value.

virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignHash(const ByteArrayPtr &hash)=0

Arguments

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

Return Value

ECDSA signature for specified hash.

See Also