Skip to content

Commit ffea940

Browse files
(DOCSP-23550) Dima Feedback (#1389)
* nl - pair updates * refactor dotnet code with dima's feedback This commit refactors the code with dima's feedback and also applies refactor suggestions provided by Rider. It also renames the Queryable Encryption application from `CSFLE` to `QueryableEncryption`. .. include directives need to be updated to source the new content. * dima - feedback * update include paths * remove extra blank lines * break into multiple lines * ignore test directories * rebuild examples * move key creation into a function * rebuild reader apps * dima feedback * encryptedDBNamespace -> encryptedCollNamespace * edits + rebuild apps Co-authored-by: Nathan Leniz <[email protected]>
1 parent 6e4fad9 commit ffea940

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1635
-1465
lines changed

source/core/queryable-encryption/quick-start.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Procedure
132132
:tabid: csharp
133133

134134
To view the complete code for making a {+dek-long+}, see
135-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/CSFLE/MakeDataKey.cs>`__.
135+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/QueryableEncryption/MakeDataKey.cs>`__.
136136

137137

138138
.. step:: Configure your MongoClient for Encrypted Reads and Writes
@@ -175,7 +175,7 @@ Procedure
175175
:tabid: csharp
176176

177177
To view the complete code for inserting an encrypted document, see
178-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs>`__.
178+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
179179

180180

181181
.. step:: Retrieve Your Encrypted Document
@@ -214,7 +214,7 @@ Procedure
214214
:tabid: csharp
215215

216216
To view the complete code for finding an encrypted document, see
217-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs>`__.
217+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
218218

219219

220220
Learn More

source/core/queryable-encryption/tutorials/aws/aws-automatic.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Create the Application
126126
:tabid: csharp
127127

128128
To view the complete code for making a {+dek-long+}, see
129-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs>`__.
129+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs>`__.
130130

131131

132132
.. step:: Configure your MongoClient for Encrypted Reads and Writes
@@ -169,7 +169,7 @@ Create the Application
169169
:tabid: csharp
170170

171171
To view the complete code for inserting an encrypted document, see
172-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs>`__.
172+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
173173

174174

175175
.. step:: Retrieve Your Encrypted Document
@@ -208,7 +208,7 @@ Create the Application
208208
:tabid: csharp
209209

210210
To view the complete code for finding an encrypted document, see
211-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs>`__.
211+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
212212

213213

214214

source/core/queryable-encryption/tutorials/azure/azure-automatic.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Create the Application
125125
:tabid: csharp
126126

127127
To view the complete code for making a {+dek-long+}, see
128-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/CSFLE/MakeDataKey.cs>`__.
128+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/QueryableEncryption/MakeDataKey.cs>`__.
129129

130130

131131
.. step:: Configure your MongoClient for Encrypted Reads and Writes
@@ -168,7 +168,7 @@ Create the Application
168168
:tabid: csharp
169169

170170
To view the complete code for inserting an encrypted document, see
171-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs>`__.
171+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
172172

173173

174174
.. step:: Retrieve Your Encrypted Document
@@ -207,7 +207,7 @@ Create the Application
207207
:tabid: csharp
208208

209209
To view the complete code for finding an encrypted document, see
210-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs>`__.
210+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
211211

212212

213213
Learn More

source/core/queryable-encryption/tutorials/gcp/gcp-automatic.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ your application to see relevant code samples.
128128
:tabid: csharp
129129

130130
To view the complete code for making a {+dek-long+}, see
131-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/CSFLE/MakeDataKey.cs>`__.
131+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/QueryableEncryption/MakeDataKey.cs>`__.
132132

133133

134134
.. step:: Configure your MongoClient for Encrypted Reads and Writes
@@ -171,7 +171,7 @@ your application to see relevant code samples.
171171
:tabid: csharp
172172

173173
To view the complete code for inserting an encrypted document, see
174-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/CSFLE/InsertEncryptedDocument.cs>`__.
174+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
175175

176176

177177
.. step:: Retrieve Your Encrypted Document
@@ -210,7 +210,7 @@ your application to see relevant code samples.
210210
:tabid: csharp
211211

212212
To view the complete code for finding an encrypted document, see
213-
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/CSFLE/InsertEncryptedDocument.cs>`__.
213+
`our Github repository <{+sample-app-url-qe+}dotnet-fle-2/gcp/reader/QueryableEncryption/InsertEncryptedDocument.cs>`__.
214214

215215

216216
Learn More

source/includes/queryable-encryption/quick-start/client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
.. tab::
5454
:tabid: csharp
5555

56-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
56+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
5757
:start-after: start-key-vault
5858
:end-before: end-key-vault
5959
:language: csharp
@@ -109,7 +109,7 @@
109109
.. tab::
110110
:tabid: csharp
111111

112-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
112+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
113113
:start-after: start-kmsproviders
114114
:end-before: end-kmsproviders
115115
:language: csharp
@@ -165,7 +165,7 @@
165165
.. tab::
166166
:tabid: csharp
167167

168-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
168+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
169169
:start-after: start-schema
170170
:end-before: end-schema
171171
:language: csharp
@@ -221,7 +221,7 @@
221221
.. tab::
222222
:tabid: csharp
223223

224-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
224+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
225225
:start-after: start-extra-options
226226
:end-before: end-extra-options
227227
:language: csharp
@@ -280,7 +280,7 @@
280280
.. tab::
281281
:tabid: csharp
282282

283-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
283+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
284284
:start-after: start-client
285285
:end-before: end-client
286286
:language: csharp

source/includes/queryable-encryption/quick-start/dek.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
.. tab::
6161
:tabid: csharp
6262

63-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/MakeDataKey.cs
63+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/MakeDataKey.cs
6464
:start-after: start-kmsproviders
6565
:end-before: end-kmsproviders
6666
:language: csharp
@@ -128,7 +128,7 @@
128128
.. tab::
129129
:tabid: csharp
130130

131-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/MakeDataKey.cs
131+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/MakeDataKey.cs
132132
:start-after: start-create-dek
133133
:end-before: end-create-dek
134134
:language: csharp
@@ -185,7 +185,7 @@
185185
.. tab::
186186
:tabid: csharp
187187

188-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/MakeDataKey.cs
188+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/MakeDataKey.cs
189189
:start-after: start-create-enc-collection
190190
:end-before: end-create-enc-collection
191191
:language: csharp

source/includes/queryable-encryption/quick-start/find.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a client that is not configured for automatic {+qe+}.
5151
.. tab::
5252
:tabid: csharp
5353

54-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
54+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
5555
:start-after: start-find
5656
:end-before: end-find
5757
:language: csharp

source/includes/queryable-encryption/quick-start/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ snippet:
5050
.. tab::
5151
:tabid: csharp
5252

53-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/InsertEncryptedDocument.cs
53+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/InsertEncryptedDocument.cs
5454
:start-after: start-insert
5555
:end-before: end-insert
5656
:language: csharp

source/includes/queryable-encryption/quick-start/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create a unique index on the ``keyAltNames`` field in your
4848
.. tab::
4949
:tabid: csharp
5050

51-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/CSFLE/MakeDataKey.cs
51+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/local/reader/QueryableEncryption/MakeDataKey.cs
5252
:start-after: start-create-index
5353
:end-before: end-create-index
5454
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/aws/client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.. tab::
5252
:tabid: csharp
5353

54-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
54+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
5555
:start-after: start-key-vault
5656
:end-before: end-key-vault
5757
:language: csharp
@@ -110,7 +110,7 @@
110110
.. tab::
111111
:tabid: csharp
112112

113-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
113+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
114114
:start-after: start-kmsproviders
115115
:end-before: end-kmsproviders
116116
:language: csharp
@@ -164,7 +164,7 @@
164164
.. tab::
165165
:tabid: csharp
166166

167-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
167+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
168168
:start-after: start-schema
169169
:end-before: end-schema
170170
:language: csharp
@@ -218,7 +218,7 @@
218218
.. tab::
219219
:tabid: csharp
220220

221-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
221+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
222222
:start-after: start-extra-options
223223
:end-before: end-extra-options
224224
:language: csharp
@@ -277,7 +277,7 @@
277277
.. tab::
278278
:tabid: csharp
279279

280-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
280+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
281281
:start-after: start-client
282282
:end-before: end-client
283283
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/aws/dek.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
.. tab::
5656
:tabid: csharp
5757

58-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs
58+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs
5959
:start-after: start-kmsproviders
6060
:end-before: end-kmsproviders
6161
:language: csharp
@@ -122,7 +122,7 @@
122122
.. tab::
123123
:tabid: csharp
124124

125-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs
125+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs
126126
:start-after: start-datakeyopts
127127
:end-before: end-datakeyopts
128128
:language: csharp
@@ -188,7 +188,7 @@
188188
.. tab::
189189
:tabid: csharp
190190

191-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs
191+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs
192192
:start-after: start-create-dek
193193
:end-before: end-create-dek
194194
:language: csharp
@@ -245,7 +245,7 @@
245245
.. tab::
246246
:tabid: csharp
247247

248-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs
248+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs
249249
:start-after: start-create-enc-collection
250250
:end-before: end-create-enc-collection
251251
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/aws/find.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a client that is not configured for automatic {+qe+}.
5151
.. tab::
5252
:tabid: csharp
5353

54-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
54+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
5555
:start-after: start-find
5656
:end-before: end-find
5757
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/aws/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ snippet:
5050
.. tab::
5151
:tabid: csharp
5252

53-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/InsertEncryptedDocument.cs
53+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/InsertEncryptedDocument.cs
5454
:start-after: start-insert
5555
:end-before: end-insert
5656
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/aws/key-vault-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create a unique index on the ``keyAltNames`` field in your
4848
.. tab::
4949
:tabid: csharp
5050

51-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/CSFLE/MakeDataKey.cs
51+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/aws/reader/QueryableEncryption/MakeDataKey.cs
5252
:start-after: start-create-index
5353
:end-before: end-create-index
5454
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/azure/client.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
.. tab::
5252
:tabid: csharp
5353

54-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs
54+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs
5555
:start-after: start-key-vault
5656
:end-before: end-key-vault
5757
:language: csharp
@@ -108,7 +108,7 @@
108108
.. tab::
109109
:tabid: csharp
110110

111-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs
111+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs
112112
:start-after: start-kmsproviders
113113
:end-before: end-kmsproviders
114114
:language: csharp
@@ -162,7 +162,7 @@
162162
.. tab::
163163
:tabid: csharp
164164

165-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs
165+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs
166166
:start-after: start-schema
167167
:end-before: end-schema
168168
:language: csharp
@@ -216,7 +216,7 @@
216216
.. tab::
217217
:tabid: csharp
218218

219-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs
219+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs
220220
:start-after: start-extra-options
221221
:end-before: end-extra-options
222222
:language: csharp
@@ -275,7 +275,7 @@
275275
.. tab::
276276
:tabid: csharp
277277

278-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/InsertEncryptedDocument.cs
278+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/InsertEncryptedDocument.cs
279279
:start-after: start-client
280280
:end-before: end-client
281281
:language: csharp

source/includes/queryable-encryption/tutorials/automatic/azure/dek.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
.. tab::
6262
:tabid: csharp
6363

64-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/MakeDataKey.cs
64+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/MakeDataKey.cs
6565
:start-after: start-kmsproviders
6666
:end-before: end-kmsproviders
6767
:language: csharp
@@ -129,7 +129,7 @@
129129
.. tab::
130130
:tabid: csharp
131131

132-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/MakeDataKey.cs
132+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/MakeDataKey.cs
133133
:start-after: start-datakeyopts
134134
:end-before: end-datakeyopts
135135
:language: csharp
@@ -195,7 +195,7 @@
195195
.. tab::
196196
:tabid: csharp
197197

198-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/MakeDataKey.cs
198+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/MakeDataKey.cs
199199
:start-after: start-create-dek
200200
:end-before: end-create-dek
201201
:language: csharp
@@ -252,7 +252,7 @@
252252
.. tab::
253253
:tabid: csharp
254254

255-
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/CSFLE/MakeDataKey.cs
255+
.. literalinclude:: /includes/sample_apps/csfle/build/dotnet-fle-2/azure/reader/QueryableEncryption/MakeDataKey.cs
256256
:start-after: start-create-enc-collection
257257
:end-before: end-create-enc-collection
258258
:language: csharp

0 commit comments

Comments
 (0)