Property SaslSupportedMechs
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
SaslSupportedMechs
Get the SaslSupportedMechs.
public IEnumerable<string> SaslSupportedMechs { get; }
Property Value
- IEnumerable<string>
The SaslSupportedMechs. Empty if saslSupportedMechs was an empty list or if saslSupportedMechs was not included in the hello response.