'Declaration
Public Overridable Function CreateSignature( _ ByVal contentToBeSigned As Stream _ ) As Byte()
'Usage
Dim instance As PdfCustomDigitalSignature Dim contentToBeSigned As Stream Dim value() As Byte value = instance.CreateSignature(contentToBeSigned)
public virtual byte[] CreateSignature( Stream contentToBeSigned )
public: virtual array<byte>^ CreateSignature( Stream^ contentToBeSigned )
Parameters
- contentToBeSigned
- The content of the PDF file over which the signature should be computed.
Return Value
The full signature object.