ID1Encrypt.Decrypt method
Decrypt an encrypted object.
public DecryptResponse Decrypt(string objectId, byte[] ciphertext, byte[] associatedData)
parameter | description |
---|---|
objectId | The ID of the object. |
ciphertext | The ciphertext. |
associatedData | The associated data attached to the data. |
Return Value
An instance of DecryptResponse
.
See Also
- class DecryptResponse
- interface ID1Encrypt
- namespace CyberCrypt.D1.Client.ServiceClients