System::Security::Cryptography::DSACryptoServiceProvider::SignHash método

DSACryptoServiceProvider::SignHash method

Calcula la firma del valor de entrada especificado.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParámetroTipoDescripción
rgb_hashconst ByteArrayPtr&Valor hash de los datos a firmar.
strconst String&Identificador del algoritmo de hash usado para crear el hash.

ReturnValue

DSA signature for specified data.

Ver también