Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
公式の c# ドライバーを介して mongodb で認証を使用するにはどうすればよいですか? 内部メンバー以外に、認証する API メソッドが見つかりません。
認証資格情報は、次の接続文字列形式を使用して、接続文字列で指定する必要があります。
mongodb://[username:password@]hostname[:port][/[database][?options]]
詳細については、MongoDB C# ドライバー チュートリアルを参照してください。