Click or drag to resize

AutoEncryptionOptionsKeyVaultNamespace Property

Gets the key vault namespace.

Namespace:  MongoDB.Driver.Encryption
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public CollectionNamespace KeyVaultNamespace { get; }

Property Value

Type: CollectionNamespace
The key vault namespace.
See Also