草庐IT

MongoAuthenticationException

全部标签

c# - 在 Mongo .NET 2.0 驱动程序中捕获 MongoAuthenticationException

我正在做基于.NET2.0驱动程序的MongoDB项目,其中涉及对MongoDB的身份验证。有一个我正在做的示例代码:publicstaticboolcreateConneciton(stringlogin,SecureStringpass,stringauthDB){varsettings=newMongoClientSettings{Credentials=new[]{MongoCredential.CreateCredential(authDB,login,pass)},Server=newMongoServerAddress("my.mongodb.server",27017)