ECDsa.VerifyHashCore メソッド

定義

指定したハッシュに対してデジタル署名が有効であることを検証します。

protected:
 virtual bool VerifyHashCore(ReadOnlySpan<System::Byte> hash, ReadOnlySpan<System::Byte> signature, System::Security::Cryptography::DSASignatureFormat signatureFormat);
protected virtual bool VerifyHashCore (ReadOnlySpan<byte> hash, ReadOnlySpan<byte> signature, System.Security.Cryptography.DSASignatureFormat signatureFormat);
abstract member VerifyHashCore : ReadOnlySpan<byte> * ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> bool
override this.VerifyHashCore : ReadOnlySpan<byte> * ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> bool
Protected Overridable Function VerifyHashCore (hash As ReadOnlySpan(Of Byte), signature As ReadOnlySpan(Of Byte), signatureFormat As DSASignatureFormat) As Boolean

パラメーター

hash
ReadOnlySpan<Byte>

署名されたハッシュ。

signature
ReadOnlySpan<Byte>

確認する署名。

signatureFormat
DSASignatureFormat

signature のエンコード形式。

戻り値

指定したデータに対してデジタル署名が有効な場合は true。それ以外の場合は false

例外

検証操作で発生したエラー。

適用対象