'Declaration
Public ReadOnly Property OcspInformation As List(Of Byte())
'Usage
Dim instance As PdfDigitalSignature Dim value As List(Of Byte()) value = instance.OcspInformation
public List<byte[]> OcspInformation {get;}
public: property List<array<byte>>^ OcspInformation { List<array<byte>>^ get(); }