System::Security::Cryptography::DSACryptoServiceProvider::SignHash 方法

DSACryptoServiceProvider::SignHash method

计算指定输入值的签名。

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParameterType描述
rgb_hashconst ByteArrayPtr\&待签名数据的哈希值。
strconst String&用于创建哈希的哈希算法标识符。

ReturnValue

DSA signature for specified data.

另见