ConnectionStringSslVerifyCertificate Property  | 
 Note: This API is now obsolete.
            Gets whether to verify SSL certificates.
            
 
    Namespace: 
   MongoDB.Driver.Core.Configuration
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax[ObsoleteAttribute("Use TlsInsecure instead.")]
public Nullable<bool> SslVerifyCertificate { get; }<ObsoleteAttribute("Use TlsInsecure instead.")>
Public ReadOnly Property SslVerifyCertificate As Nullable(Of Boolean)
	Get[<ObsoleteAttribute("Use TlsInsecure instead.")>]
member SslVerifyCertificate : Nullable<bool> with get
Property Value
Type: 
NullableBoolean
See Also