4. Метод MrCheckSignByHash
 
The method verifies an E-signature by hash of data and returns CheckSgnInfo object (see 16. Класс CheckSngInfo).
CheckSgnInfo MrCheckSignByHash(string hash_content, string sgn_content)
 
hash_content
The hash of original data which was signed by a digital certificate
sgn_content
A E-signature of the data
 
A returning CheckSngInfo object contains:
a result of verification: valid or invalid, including all errors and its reasons;
a digital certificate data (serial number and thumbprint) of E-signature;
date/time stamp of the E-signature creation.