ID1Store.Store method
Store some data encrypted in the storage attached to D1.
public StoreResponse Store(byte[] plaintext, byte[] associatedData,
IEnumerable<string>? groupIds = null)
| parameter | description |
|---|---|
| plaintext | The plaintext to store. |
| associatedData | The attached associated data. |
| groupIds | The IDs for the groups that should have access to the object. |
Return Value
An instance of StoreResponse.
See Also
- class StoreResponse
- interface ID1Store
- namespace CyberCrypt.D1.Client.ServiceClients