Method DecryptFields
- Namespace
- MongoDB.Driver.Core.Wire
Protocol
- Assembly
- MongoDB.Driver.dll
DecryptFields(byte[], CancellationToken)
Decrypts the fields.
Parameters
encryptedDocumentBytes
byte[]The encrypted document bytes.
cancellationToken
CancellationToken The cancellation token.
Returns
- byte[]
An unencrypted document.