Interface IBinaryCommandFieldEncryptor
- Namespace
- MongoDB.Driver.Core.WireProtocol
- Assembly
- MongoDB.Driver.Core.dll
Interface for decrypting fields in a binary document.
public interface IBinaryCommandFieldEncryptor
Methods
- EncryptFields(string, byte[], CancellationToken)
Encrypts the fields.
- EncryptFieldsAsync(string, byte[], CancellationToken)
Encrypts the fields asynchronously.