HelloResultSaslSupportedMechs Property |
Get the SaslSupportedMechs.
Namespace:
MongoDB.Driver.Core.Connections
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
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