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

ECDsaBotan::SignHash method

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

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override
パラメーター説明
ハッシュconst ByteArrayPtr&署名対象データのハッシュ値。

ReturnValue

指定されたハッシュの ECDSA 署名。

参照