System::Security::Cryptography::ECDsa::SignHash metodo

ECDsa::SignHash method

Calcola la firma del valore di input specificato.

virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignHash(const ByteArrayPtr &hash)=0
ParametroTipoDescrizione
hashconst ByteArrayPtr&Valore hash dei dati da firmare.

ReturnValue

Firma ECDSA per l’hash specificato.

Vedi anche