'Declaration
Public Function GetSignedBytes( _ ByVal signedFile As Stream _ ) As Byte()
'Usage
Dim instance As PdfComputedDigitalSignature Dim signedFile As Stream Dim value() As Byte value = instance.GetSignedBytes(signedFile)
public byte[] GetSignedBytes( Stream signedFile )
public: array<byte>^ GetSignedBytes( Stream^ signedFile )
Parameters
- signedFile
- The input PDF file that was used to create the document from which this signature object was retrieved.
Return Value
The array of bytes that were used as input for computing the document digest required for generating this signature.