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; }
public: __property bool get_IgnoreNotVaidSslCertificateError();
public: __property void set_IgnoreNotVaidSslCertificateError(
bool
);
public:
property bool IgnoreNotVaidSslCertificateError {
bool get();
void set(bool );
}
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