System::Security::Cryptography::ECDsaBotan::SignHash metodo

ECDsaBotan::SignHash method

Calcola la firma del valore di input specificato.

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override
ParametroTipoDescrizione
hashconst ByteArrayPtr&Valore hash dei dati da firmare.

ReturnValue

Firma ECDSA per l’hash specificato.

Vedi anche