SignHash()

DSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method

Computes the signature of specified input value.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)

Arguments

ParameterTypeDescription
rgb_hashconst ByteArrayPtr&Hash value of data to be signed.
strconst String&Hash algorithm identifier used to create the hash.

Return Value

DSA signature for specified data.

See Also