Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignatureSet Interface / getSkipCertificateValidationOnExporting Method
In This Topic
    getSkipCertificateValidationOnExporting Method
    In This Topic
    Indicates 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