dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarConnectionStringBuilder Class / IgnoreCertificateNameMismatch Property

In This Topic
    IgnoreCertificateNameMismatch Property
    In This Topic
    Determines whether the certificate name mismatch error should be ignored.
    Syntax
    'Declaration
     
    Public Property IgnoreCertificateNameMismatch As Boolean
    public bool IgnoreCertificateNameMismatch {get; set;}

    Property Value

    true if the certificate name mismatch error should be ignored; otherwise, false.
    See Also