Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignatureSet Interface / setSkipCertificateValidationOnExporting Method
In This Topic
    setSkipCertificateValidationOnExporting 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
    void setSkipCertificateValidationOnExporting( 
       boolean value
    )

    Parameters

    value
    See Also