Click or drag to resize
ConnectionStringSsl Property
Gets whether to use SSL.

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

Property Value

Type: NullableBoolean
See Also