Property BypassAutoEncryption
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.dll
BypassAutoEncryption
Gets a value indicating whether to bypass automatic encryption.
public bool BypassAutoEncryption { get; }
Property Value
- bool
true
if automatic encryption should be bypasssed; otherwise,false
.