XFINIUM.PDF Documentation
GetSignedBytes Method



Xfinium.Pdf.DigitalSignatures Namespace > PdfComputedDigitalSignature Class : GetSignedBytes Method
The input PDF file that was used to create the document from which this signature object was retrieved.
Gets the bytes used for creating this signature.
Syntax
'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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfComputedDigitalSignature Class
PdfComputedDigitalSignature Members