function Decrypt(const Data: TBytes): TBytes;
Description
Use the Decrypt method to decrypt data using the private key associated with the certificate. The function returns the source data passed to the Encrypt method.
If the certificate key is not private (Key.IsPrivate = False), an exception will be raised.
Note: If the Ready property is False, the certificate will be automatically loaded.
See also