共用方式為


ECDsaOpenSsl.VerifyHash(Byte[], Byte[]) 方法

定義

確認數位簽章適用於目前金鑰和提供的資料雜湊。

public:
 override bool VerifyHash(cli::array <System::Byte> ^ hash, cli::array <System::Byte> ^ signature);
public override bool VerifyHash (byte[] hash, byte[] signature);
override this.VerifyHash : byte[] * byte[] -> bool
Public Overrides Function VerifyHash (hash As Byte(), signature As Byte()) As Boolean

參數

hash
Byte[]

要驗證之資料的雜湊值。

signature
Byte[]

要根據雜湊值驗證之資料的數位簽章。

傳回

如果簽章有效則為 true,否則為 false

例外狀況

hashsignaturenull

適用於