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

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

    Property Value

    true if the untrusted root certificate error should be ignored; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also