ConnectionStringAuthMechanismProperties Property |
Gets the auth mechanism properties.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public IReadOnlyDictionary<string, string> AuthMechanismProperties { get; }
Public ReadOnly Property AuthMechanismProperties As IReadOnlyDictionary(Of String, String)
Get
member AuthMechanismProperties : IReadOnlyDictionary<string, string> with get
Property Value
Type:
IReadOnlyDictionaryString,
StringSee Also