ECDsa.SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat) Methode

Definitie

Berekent de ECDSA-handtekening voor de opgegeven hashwaarde in de aangegeven indeling.

protected:
 virtual cli::array <System::Byte> ^ SignHashCore(ReadOnlySpan<System::Byte> hash, System::Security::Cryptography::DSASignatureFormat signatureFormat);
protected virtual byte[] SignHashCore(ReadOnlySpan<byte> hash, System.Security.Cryptography.DSASignatureFormat signatureFormat);
abstract member SignHashCore : ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> byte[]
override this.SignHashCore : ReadOnlySpan<byte> * System.Security.Cryptography.DSASignatureFormat -> byte[]
Protected Overridable Function SignHashCore (hash As ReadOnlySpan(Of Byte), signatureFormat As DSASignatureFormat) As Byte()

Parameters

hash
ReadOnlySpan<Byte>

De hashwaarde die moet worden ondertekend.

signatureFormat
DSASignatureFormat

De coderingsindeling die moet worden gebruikt voor de handtekening.

Retouren

Byte[]

De ECDSA-handtekening voor de opgegeven gegevens.

Uitzonderingen

Er is een fout opgetreden in de ondertekeningsbewerking.

Van toepassing op