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 4bc9a53 commit f8759faCopy full SHA for f8759fa
source/fundamentals/authentication/x509.txt
@@ -119,7 +119,7 @@ see the corresponding syntax:
119
},
120
UseTls = true,
121
Server = new MongoServerAddress("<hostname>"[, "<port>"]),
122
- Scheme = ConnectionStringScheme.MongoDBPlusSrv // Needed when connecting to MongoDB Atlas
+ Scheme = ConnectionStringScheme.MongoDBPlusSrv, // Needed when connecting to MongoDB Atlas
123
};
124
125
Troubleshooting
0 commit comments