ECDsaOpenSsl.SignHash(Byte[]) Metodo

Definizione

Genera una firma digitale per il valore hash specificato.

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

Parametri

hash
Byte[]

Valore hash dei dati da firmare.

Restituisce

Byte[]

Firma digitale per il valore hash specificato.

Eccezioni

Il valore del parametro hash è null.

Si applica a