ID1Storage.Store method
Store some data encrypted in the storage attached to D1.
public StoreResponse Store(byte[] plaintext, byte[] associatedData)
parameter | description |
---|---|
plaintext | The plaintext to store. |
associatedData | The attached associated data. |
Return Value
An instance of StoreResponse
.
See Also
- class StoreResponse
- interface ID1Storage
- namespace CyberCrypt.D1.Client