ID1Store.Update method
Update some data stored in the storage attached to D1.
public void Update(string objectId, byte[] plaintext, byte[] associatedData)
| parameter | description |
|---|---|
| objectId | The ID of the object. |
| plaintext | The plaintext to store. |
| associatedData | The attached associated data. |
See Also
- interface ID1Store
- namespace CyberCrypt.D1.Client.ServiceClients