We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d5c03 commit a878405Copy full SHA for a878405
source/fundamentals/authentication/x509.txt
@@ -121,7 +121,7 @@ see the corresponding syntax:
121
},
122
UseTls = true,
123
Server = new MongoServerAddress("<hostname>"[, "<port>"]),
124
- Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas
+ Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas
125
};
126
127
Troubleshooting
0 commit comments