Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / IPkcs7SignatureGenerator Interface / SignData Method
The message to sign.

In This Topic
    SignData Method
    In This Topic
    Signs the given message.
    Syntax
    'Declaration
     
    Function SignData( _
       ByVal digest() As System.Byte _
    ) As System.Byte()
    System.byte[] SignData( 
       System.byte[] digest
    )

    Parameters

    digest
    The message to sign.

    Return Value

    The signature binary data.
    See Also