By decoding the encrypted data from a base 64 string and then decrypting it with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, this inversion control method handles the
request to decrypt the specified encrypted text.
| Name | Description |
|---|---|
| OnDecrypt(byte[]) | By decrypting it with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, this inversion control method handles the request to decrypt the specified encrypted data. |
| OnDecrypt(string) | By decoding the encrypted data from a base 64 string and then decrypting it with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, this inversion control method handles the request to decrypt the specified encrypted text. |