Property SkipCertificateVerification
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
SkipCertificateVerification
Gets or sets a value indicating whether SSL/TLS certificate verification should be skipped during secure connections.
bool SkipCertificateVerification { get; set; }
Property Value
- bool
trueif the certificate verification needs to be skipped; otherwise,false.
Remarks
Skipping certificate verification can expose the application to security risks, such as man-in-the-middle attacks. Use this option only in trusted environments.