Skip to content

Commit 1ff5520

Browse files
authored
minor tweaks (#700)
* minor tweaks * use executable instead of library * small wording adjustment * style guide alignment * remove space Co-authored-by: Nathan Leniz <[email protected]>
1 parent 2740687 commit 1ff5520

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

source/includes/steps-fle-configure-the-mongodb-client.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,17 @@ content: |
216216
:tabid: csharp
217217
218218
219-
.. note:: Encryption Library
219+
.. note:: Encryption Executable
220220
221-
Ensure ``mongocrypt.dll` is included with your application's build
222-
assets.
221+
Specify the spawn path if the ``mongocryptd.exe``
222+
executable is not in the PATH.
223+
224+
.. code-block:: csharp
225+
226+
var extraOptions = new Dictionary<string, object>()
227+
{
228+
{ "mongocryptdSpawnPath", $@"{MongoBinariesPath}\mongocryptd.exe" },
229+
};
223230
---
224231
title: Create the MongoClient
225232
ref: create-the-mongoclient

source/security/client-side-field-level-encryption-guide.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,6 @@ Additional Dependencies
272272
* - x64 Support
273273
- x64 support is required for CSFLE
274274

275-
276-
* - `mongocrypt.dll
277-
<https://github.com/mongodb/libmongocrypt#installing-libmongocrypt-on-windows>`__
278-
- A Windows build of ``mongocrypt.dll``.
279-
280-
281275
.. _fle-create-a-master-key:
282276

283277
A. Create a Master Key
@@ -867,8 +861,6 @@ can provide configurable parameters including:
867861
autoEncryptionOptions.With(extraOptions: extraOptions);
868862

869863

870-
auto_encryption_opts = AutoEncryptionOpts(mongocryptd_spawn_args=['--idleShutdownTimeoutSecs=75'])
871-
872864
| **Default**: ``60``
873865

874866

0 commit comments

Comments
 (0)