Interface IBinaryDocumentFieldDecryptor
- Namespace
- MongoDB.Driver.Core.WireProtocol
- Assembly
- MongoDB.Driver.Core.dll
Interface for decrypting fields in a binary document.
public interface IBinaryDocumentFieldDecryptor
Methods
- DecryptFields(byte[], CancellationToken)
Decrypts the fields.
- DecryptFieldsAsync(byte[], CancellationToken)
Decrypts the fields asynchronously.