'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(); }