Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISignature Interface / Sign Method / Sign(X509Certificate2,SignatureDetails) Method
The certificate that will be used to sign the workbook.
The signature detail of the signature.
In This Topic
    Sign(X509Certificate2,SignatureDetails) Method
    In This Topic
    Creates a signature packet for non-visible signature line.
    Syntax
    void Sign( 
       System.Security.Cryptography.X509Certificates.X509Certificate2 certificate,
       SignatureDetails details
    )

    Parameters

    certificate
    The certificate that will be used to sign the workbook.
    details
    The signature detail of the signature.
    Exceptions
    ExceptionDescription
    Attempted to sign a visible signature line
    See Also