ID1EncryptClient.Encrypt method
Encrypt an object with associated data.
public EncryptResponse Encrypt(byte[] plaintext, byte[] associatedData)
| parameter | description |
|---|---|
| plaintext | The plaintext to encrypt. |
| associatedData | The attached associated data. |
Return Value
An instance of EncryptResponse.
See Also
- class EncryptResponse
- interface ID1EncryptClient
- namespace CyberCrypt.D1.Client.ServiceClients