XFINIUM.PDF Documentation
MessageToSign Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfComputeSignatureEventData Class : MessageToSign Property
Gets the message to be signed.
Syntax
'Declaration
 
Public ReadOnly Property MessageToSign As Byte()
'Usage
 
Dim instance As PdfComputeSignatureEventData
Dim value() As Byte
 
value = instance.MessageToSign
public byte[] MessageToSign {get;}
public:
property array<byte>^ MessageToSign {
   array<byte>^ get();
}

Property Value

The complete DER encoded message on which the signature is computed. It includes the content hash and other required signed attributes.
This message might need to be hashed before providing it to external signature generators.
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

PdfComputeSignatureEventData Class
PdfComputeSignatureEventData Members