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