ID1Encrypt.Encrypt method
Encrypt an object with associated data.
public EncryptResponse Encrypt(byte[] plaintext, byte[] associatedData,
IEnumerable<string>? groupIds = null)
parameter | description |
---|---|
plaintext | The plaintext to encrypt. |
associatedData | The attached associated data. |
groupIds | The group IDs that should have access to the object. |
Return Value
An instance of EncryptResponse
.
See Also
- class EncryptResponse
- interface ID1Encrypt
- namespace CyberCrypt.D1.Client.ServiceClients