AutoEncryptionOptionsKeyVaultNamespace Property |
Gets the key vault namespace.
Namespace:
MongoDB.Driver.Encryption
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public CollectionNamespace KeyVaultNamespace { get; }
Public ReadOnly Property KeyVaultNamespace As CollectionNamespace
Get
member KeyVaultNamespace : CollectionNamespace with get
Property Value
Type:
CollectionNamespace
The key vault namespace.
See Also