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