Skip to content

Commit 184dc46

Browse files
CSHARP-3448: Update FLE documentation to mention that we currently don't support arm architecture. (#481)
1 parent 64d1add commit 184dc46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Docs/reference/content/reference/driver/crud/client_side_encryption.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ field level encryption supports workloads where applications must guarantee that
2121
unauthorized parties, including server administrators, cannot read the encrypted
2222
data.
2323

24+
{{% note class="important" %}}
25+
Client-side field level encryption in the .NET/C# driver is currently only supported on x64-compatible CPUs.
26+
{{% /note %}}
27+
2428
## mongocryptd configuration
2529

2630
Client-side field level encryption requires the `mongocryptd` daemon / process

0 commit comments

Comments
 (0)