By decoding the encrypted data from a base 64 string and then decrypting it with the private key given during the
AsymmetricEncryption instantiation, this inversion control method handles the
request to decrypt the specified encrypted text.
Name
|
Description
|
OnDecrypt(byte[])
|
By decrypting with the private key given during the AsymmetricEncryption 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 private key given during the AsymmetricEncryption instantiation, this inversion control method handles the
request to decrypt the specified encrypted text.
|