Click or drag to resize
ConnectionStringSslVerifyCertificate Property
Gets whether to verify SSL certificates.

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

Property Value

Type: NullableBoolean
See Also