ConnectionStringSsl Property |
Gets whether to use SSL.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public Nullable<bool> Ssl { get; }
Public ReadOnly Property Ssl As Nullable(Of Boolean)
Get
member Ssl : Nullable<bool> with get
Property Value
Type:
NullableBooleanSee Also