System::Security::Cryptography::DSACryptoServiceProvider::SignHash メソッド

DSACryptoServiceProvider::SignHash method

指定された入力値の署名を計算します。

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
パラメーター説明
rgb_hashconst ByteArrayPtr&署名対象データのハッシュ値。
strconst String&ハッシュ作成に使用されるハッシュアルゴリズム識別子。

ReturnValue

DSA signature for specified data.

参照