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