System.bool SkipCertificateValidationOnExporting {get; set;}
If certificate validation is skipped, the certificate will be treated as valid. This is the default behavior.
Otherwise, the certificate will be validated with X.509 chain. The validation requires Internet connection and will read the X.509 certificate storage of the current user and local machine.
System.bool SkipCertificateValidationOnExporting {get; set;}