VintaSoft Twain .NET SDK 15.3: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclDevice Class / IgnoreNotVaidSslCertificateError Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IgnoreNotVaidSslCertificateError Property (EsclDevice)
    In This Topic
    Gets a value indicating whether eSCL device should ignore not valid or self-signed SSL certificate for SSL connection.
    Syntax
    'Declaration
    
    Public ReadOnly Property IgnoreNotVaidSslCertificateError As Boolean
    
    
    public bool IgnoreNotVaidSslCertificateError { get; }
    
    
    public: __property bool get_IgnoreNotVaidSslCertificateError();
    
    
    
    public:
    property bool IgnoreNotVaidSslCertificateError { bool get(); }

    Property Value

    true - eSCL device should ignore not valid or self-signed SSL certificate for SSL connection - eSCL device will work if SSL certificate is not valid;
    false - eSCL device should NOT ignore not valid or self-signed SSL certificate for SSL connection - eSCL device will NOT work if SSL certificate is not valid.
    Default value is false.
    Remarks

    This property has effect only in .NET Framework 4.7 or higher.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also