System::Security::Cryptography::DSACryptoServiceProvider::SignHash method

DSACryptoServiceProvider::SignHash method

Computes the signature of specified input value.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParameterTypeDescription
rgb_hashconst ByteArrayPtr&Hash value of data to be signed.
strconst String&Hash algorithm identifier used to create the hash.

ReturnValue

DSA signature for specified data.

See Also