XFINIUM.PDF Documentation
GetSignatureData Method



Xfinium.Pdf.DigitalSignatures Namespace > PdfComputedDigitalSignature Class : GetSignatureData Method
Gets the raw signature data as it appears in the PDF file.
Syntax
'Declaration
 
Public Function GetSignatureData() As Byte()
'Usage
 
Dim instance As PdfComputedDigitalSignature
Dim value() As Byte
 
value = instance.GetSignatureData()
public byte[] GetSignatureData()
public:
array<byte>^ GetSignatureData(); 

Return Value

The DER encoded signature data as byte array. If the signature string contains invalid HEX characters then the corresponding byte is set to 0.
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