[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.IPkcs7SignatureGenerator.SignData

SignData Method

SignData(byte[])

Signs the given message.

Declaration
byte[] SignData(byte[] digest)
Function SignData(digest As Byte()) As Byte()
Parameters
Type Name Description
byte[] digest

The message to sign.

Returns
Type Description
byte[]

The signature binary data.