ECDsaOpenSsl.SignHash(Byte[]) 方法

定义

为指定的哈希值生成数字签名。

public:
 override cli::array <System::Byte> ^ SignHash(cli::array <System::Byte> ^ hash);
public override byte[] SignHash (byte[] hash);
override this.SignHash : byte[] -> byte[]
Public Overrides Function SignHash (hash As Byte()) As Byte()

参数

hash
Byte[]

待签名数据的哈希值。

返回

Byte[]

指定哈希值的数字签名。

例外

hash 参数为 null

适用于