Method DecryptFieldsAsync
- Namespace
- MongoDB.Driver.Core.WireProtocol
- Assembly
- MongoDB.Driver.Core.dll
DecryptFieldsAsync(byte[], CancellationToken)
Decrypts the fields asynchronously.
Task<byte[]> DecryptFieldsAsync(byte[] encryptedDocumentBytes, CancellationToken cancellationToken)
Parameters
encryptedDocumentBytes
byte[]The encrypted document bytes.
cancellationToken
CancellationTokenThe cancellation token.