HelloResultSaslSupportedMechs Property |
Get the SaslSupportedMechs.
Namespace:
MongoDB.Driver.Core.Connections
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax public IEnumerable<string> SaslSupportedMechs { get; }
Public ReadOnly Property SaslSupportedMechs As IEnumerable(Of String)
Get
member SaslSupportedMechs : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
The SaslSupportedMechs. Empty if saslSupportedMechs was an empty list or if saslSupportedMechs was not
included in the hello response.
See Also