Click or drag to resize
ConnectionString.Ssl Property
Gets whether to use SSL.

Namespace: MongoDB.Driver.Core.Configuration
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public Nullable<bool> Ssl { get; }

Property Value

Type: Nullable<Boolean>
See Also