VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.EsclImageScanning Namespace / EsclDeviceManager Class / IgnoreNotVaidSslCertificateError Property
Syntax Remarks Requirements SeeAlso
In This Topic
IgnoreNotVaidSslCertificateError Property (EsclDeviceManager)
In This Topic
Gets or sets a value indicating whether eSCL device should ignore not valid or self-signed SSL certificate for SSL connection.
Syntax
'Declaration

Public Property IgnoreNotVaidSslCertificateError As Boolean

public bool IgnoreNotVaidSslCertificateError { get; set; }

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