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의 인코딩 형식입니다.

반환

Boolean

디지털 시그니처가 제공된 데이터에 유효하면 true이고, 그렇지 않으면 false입니다.

예외

확인 작업에서 오류가 발생했습니다.

적용 대상