'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.