getSkipCertificateValidationOnExporting Method
In This Topic
Gets whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures. The default value is true. 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.
Syntax
boolean getSkipCertificateValidationOnExporting()
|
See Also