Compartir a través de


ECDsaOpenSsl.SignHash(Byte[]) Método

Definición

Genera una firma digital del valor hash especificado.

public:
 override cli::array <System::Byte> ^ SignHash(cli::array <System::Byte> ^ hash);
public override byte[] SignHash (byte[] hash);
override this.SignHash : byte[] -> byte[]
Public Overrides Function SignHash (hash As Byte()) As Byte()

Parámetros

hash
Byte[]

Valor hash de los datos que se a firman.

Devoluciones

Byte[]

Firma digital del valor hash especificado.

Excepciones

El parámetro hash es null.

Se aplica a