| IClusterCryptClient Property  | 
 
            Gets the crypt client.
            
 
    Namespace: 
   MongoDB.Driver.Core.Clusters
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
SyntaxCryptClient CryptClient { get; }ReadOnly Property CryptClient As CryptClient
	Get
abstract CryptClient : CryptClient with get
Return Value
Type: 
CryptClientA crypt client.
 See Also
See Also