Class CryptClientSettings
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
Represents settings for a crypt client.
public sealed class CryptClientSettings
  - Inheritance
 - 
      
      CryptClientSettings
 
- Inherited Members
 
Constructors
- CryptClientSettings(bool?, string, string, IReadOnlyDictionary<string, BsonDocument>, bool?, IReadOnlyDictionary<string, IReadOnlyDictionary<string, object>>, IReadOnlyDictionary<string, BsonDocument>)
 Initializes a new instance of the CryptClientSettings class.
Properties
- BypassQueryAnalysis
 Gets a value indicating whether query analysis should be bypassed.
- CryptSharedLibPath
 Gets the crypt shared library path.
- CryptSharedLibSearchPath
 Gets the crypt shared library search path.
- EncryptedFieldsMap
 Gets the encrypted fields map.
- IsCryptSharedLibRequired
 Gets a value indicating whether crypt shared library is required.
- KmsProviders
 Gets the KMS providers.
- SchemaMap
 Gets the schema map.
Methods
- Equals(object)
 Determines whether the specified object is equal to the current object.
- GetHashCode()
 Serves as the default hash function.