ConnectionSettingsAuthenticators Property |
Gets the authenticators.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic IReadOnlyList<IAuthenticator> Authenticators { get; }
Public ReadOnly Property Authenticators As IReadOnlyList(Of IAuthenticator)
Get
member Authenticators : IReadOnlyList<IAuthenticator> with get
Property Value
Type:
IReadOnlyListIAuthenticator
The authenticators.
See Also