AutoEncryptionOptions Class |
Namespace: MongoDB.Driver.Encryption
The AutoEncryptionOptions type exposes the following members.
Name | Description | |
---|---|---|
AutoEncryptionOptions |
Initializes a new instance of the AutoEncryptionOptions class.
|
Name | Description | |
---|---|---|
BypassAutoEncryption |
Gets a value indicating whether to bypass automatic encryption.
| |
BypassQueryAnalysis |
[Beta] Gets a value indicating whether to bypass query analysis.
| |
EncryptedFieldsMap |
[Beta] Gets the encrypted fields map.
Supplying an encryptedFieldsMap provides more security than relying on an encryptedFields obtained from the server. It protects against a malicious server advertising a false encryptedFields.
| |
ExtraOptions |
Gets the extra options.
| |
KeyVaultClient |
Gets the key vault client.
| |
KeyVaultNamespace |
Gets the key vault namespace.
| |
KmsProviders |
Gets the KMS providers.
| |
SchemaMap |
Gets the schema map.
| |
TlsOptions |
Gets the tls options.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
With |
Returns a new instance of the AutoEncryptionOptions class.
|
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |