ECDsa.VerifyDataCore Methode

Definitie

Overloads

Name Description
VerifyDataCore(Stream, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

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

VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

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

VerifyDataCore(Stream, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs

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

protected:
 virtual bool VerifyDataCore(System::IO::Stream ^ data, ReadOnlySpan<System::Byte> signature, System::Security::Cryptography::HashAlgorithmName hashAlgorithm, System::Security::Cryptography::DSASignatureFormat signatureFormat);
protected virtual bool VerifyDataCore(System.IO.Stream data, ReadOnlySpan<byte> signature, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.DSASignatureFormat signatureFormat);
abstract member VerifyDataCore : System.IO.Stream * ReadOnlySpan<byte> * System.Security.Cryptography.HashAlgorithmName * System.Security.Cryptography.DSASignatureFormat -> bool
override this.VerifyDataCore : System.IO.Stream * ReadOnlySpan<byte> * System.Security.Cryptography.HashAlgorithmName * System.Security.Cryptography.DSASignatureFormat -> bool
Protected Overridable Function VerifyDataCore (data As Stream, signature As ReadOnlySpan(Of Byte), hashAlgorithm As HashAlgorithmName, signatureFormat As DSASignatureFormat) As Boolean

Parameters

data
Stream

De ondertekende gegevens.

signature
ReadOnlySpan<Byte>

De handtekening om te verifiëren.

hashAlgorithm
HashAlgorithmName

Het hash-algoritme dat wordt gebruikt om de gegevens voor het verificatieproces te hashen.

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 hash- of verificatiebewerking.

Van toepassing op

VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, DSASignatureFormat)

Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs
Bron:
ECDsa.cs

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

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

Parameters

data
ReadOnlySpan<Byte>

De ondertekende gegevens.

signature
ReadOnlySpan<Byte>

De handtekening om te verifiëren.

hashAlgorithm
HashAlgorithmName

Het hash-algoritme dat wordt gebruikt om de gegevens voor het verificatieproces te hashen.

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 hash- of verificatiebewerking.

Van toepassing op