ECDsa.SignHashCore(ReadOnlySpan<Byte>, DSASignatureFormat) Método

Definición

Calcula la firma ECDSA para el valor hash especificado en el formato indicado.

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()

Parámetros

hash
ReadOnlySpan<Byte>

El valor hash que se va a firmar.

signatureFormat
DSASignatureFormat

El formato de codificación que se va a usar para la firma.

Devoluciones

Byte[]

Firma ECDSA de los datos especificados.

Excepciones

Error en la operación de firma.

Se aplica a