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