XFINIUM.PDF Documentation
HashedMessage Property



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

Property Value

The hashed message to be used in the construction of the MessageImprint object.
Remarks
This hashed message is the hash value of the signature. The same hash algorithm used for computing the signature is also used here.
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

PdfTimeStampEventData Class
PdfTimeStampEventData Members