Share via


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

適用於