From 4519e7f72b41981eb830b891d83fd8f596af888a Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Wed, 16 Apr 2025 12:47:43 -0700 Subject: [PATCH] update code snippet --- source/fundamentals/authentication/x509.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/authentication/x509.txt b/source/fundamentals/authentication/x509.txt index cb600700..326245da 100644 --- a/source/fundamentals/authentication/x509.txt +++ b/source/fundamentals/authentication/x509.txt @@ -121,7 +121,7 @@ see the corresponding syntax: }, UseTls = true, Server = new MongoServerAddress(""[, ""]), - Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas + Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas }; Troubleshooting