CertificateValidate Method (X509Certificate2Collection) |
Checks if the certificate is valid.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Exceptions Remarks You may get
IsUntrustedRoot value returned by this method
even if you know the certificate is trusted. This may happen if the certification authority (CA) which issued the given
certificate is not present in the system CA store. This often happens with ASP.NET applications
because ASP.NET user by default has only a few CA's in its system store. You can either add more CA's there
or export your CA (one or more) into a file and use it as
extraCerts.
See Also