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

ECDsa::SignHash method

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

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

ReturnValue

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

参照