11. Метод MrSignAttach
|
|
The method signs data by a digital certificate and adds the E-signature at the end of data.
string MrSignAttach(string content, string cert_thumb)
| |
content
|
data for signing in format of string
|
cert_thumb
|
certificate thumbprint for signing (the certificate should be installed into a storage and private keys of this certificate should be available: USB-flash or e-token are plugged-in the PC)
|