DSA.VerifySignatureCore Methode

Definitie

Controleert of een digitale handtekening geldig is voor de opgegeven hash.

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

Parameters

hash
ReadOnlySpan<Byte>

De ondertekende hash.

signature
ReadOnlySpan<Byte>

De handtekening om te verifiëren.

signatureFormat
DSASignatureFormat

De coderingsindeling voor signature.

Retouren

true indien de digitale handtekening geldig is voor de verstrekte gegevens; anders, false.

Uitzonderingen

Er is een fout opgetreden in de verificatiebewerking.

Van toepassing op