XFINIUM.PDF Documentation
ContentHash Property



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

Property Value

The hash of the content to be signed computed using the hsh algorithm specified on the digital 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

PdfComputeSignatureEventData Class
PdfComputeSignatureEventData Members