Constructor AuthenticatorFactory
- Namespace
- MongoDB.Driver.Core.Authentication
- Assembly
- MongoDB.Driver.Core.dll
AuthenticatorFactory(Func<IAuthenticator>)
Create an authenticatorFactory.
public AuthenticatorFactory(Func<IAuthenticator> authenticatorFactoryFunc)
Parameters
authenticatorFactoryFunc
Func<IAuthenticator>The authenticatorFactoryFunc.