Table of Contents

Interface IAuthenticatorFactory

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

Represents an authenticator factory.

public interface IAuthenticatorFactory

Methods

Create()

Create an authenticator.

IAuthenticator Create()

Returns

IAuthenticator

The authenticator.