Discuss this help topic in SecureBlackbox Forum
Specifies if system stores, containing trusted certificates, should be used.
Declaration
Description
This property specifies whether trusted Windows Certificate Stores should be treated as trusted (i.e. no validation check is performed for such certificates) or as known certificates. If IgnoreSystemTrust = true, then such certificates are validated when they are found in trusted Windows Certificate Stores. If IgnoreSystemTrust = false, then certificates found in trusted Windows Certificate Stores are not validated, and are explicitly treated as trusted.
Note that this property doesn't affect use of Trusted Certificates, added using AddTrustedCertificates() method.