Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignature Interface / countersign Method
The certificate that will be used to countersign theworkbook.
In This Topic
    countersign Method
    In This Topic
    Countersign the signature line, if the signature has been signed.
    Syntax
    void countersign( 
       java.security.KeyStore certificate,
       java.lang.String certificatePassword
    )

    Parameters

    certificate
    The certificate that will be used to countersign theworkbook.
    certificatePassword
    Exceptions
    ExceptionDescription
    The signature was not signed.
    See Also