Edit

Share via


ECDsaOpenSsl.SignHash(Byte[]) Method

Definition

Generates a digital signature for the specified hash value.

public override byte[] SignHash(byte[] hash);

Parameters

hash
Byte[]

The hash value of the data that is being signed.

Returns

Byte[]

A digital signature for the specified hash value.

Exceptions

The hash parameter is null.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided)