Click or drag to resize

IClusterCryptClient Property

Gets the crypt client.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
CryptClient CryptClient { get; }

Return Value

Type: CryptClient
A crypt client.
See Also