Click or drag to resize

CryptClientCreatorCreateCryptClient Method

Create a CryptClient instance.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public static CryptClient CreateCryptClient(
	IReadOnlyDictionary<string, IReadOnlyDictionary<string, Object>> kmsProviders,
	IReadOnlyDictionary<string, BsonDocument> schemaMap
)

Parameters

kmsProviders
Type: System.Collections.GenericIReadOnlyDictionaryString, IReadOnlyDictionaryString, Object
The kms providers.
schemaMap
Type: System.Collections.GenericIReadOnlyDictionaryString, BsonDocument
The schema map.

Return Value

Type: CryptClient
The CryptClient instance.
See Also